DevOpenFileOrFolderDialogItemName Property
Gets or sets a string containing the name of the item selected in the dialog box.
Namespace: DevCase.UI.DialogsAssembly: 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; }
<DefaultValueAttribute("")>
Public Property ItemName As String
Get
Set
Dim instance As DevOpenFileOrFolderDialog
Dim value As String
value = instance.ItemName
instance.ItemName = value
public:
[DefaultValueAttribute(L"")]
property String^ ItemName {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute("")>]
member ItemName : string with get, set
No code example is currently available or this language may not be supported.
Property Value
StringThe name of the item selected in the dialog box.
The default value is an empty string ("").