DevOpenFileOrFolderDialogItemName Property

Gets or sets a string containing the name of the item selected in the dialog box.

Definition

Namespace: DevCase.UI.Dialogs
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute("")]
public string ItemName { get; set; }

Property Value

String
The name of the item selected in the dialog box.

The default value is an empty string ("").

See Also