FilePathTextBoxDialogType Property

Gets or sets the dialog type that will be shown to the user.
The default is File.

Definition

Namespace: Common.Wpf.Controls
Assembly: Common.Wpf.Controls (in Common.Wpf.Controls.dll) Version: 2.0.7
C#
public DialogTypes DialogType { get; set; }

Property Value

DialogTypes

Remarks

File names must have an extension.

See Also