DevDriveComboBoxSelectedDrive Property
Gets the selected drive.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public DriveInfo SelectedDrive { get; }
Public ReadOnly Property SelectedDrive As DriveInfo
Get
Dim instance As DevDriveComboBox
Dim value As DriveInfo
value = instance.SelectedDrive
public:
property DriveInfo^ SelectedDrive {
DriveInfo^ get ();
}
member SelectedDrive : DriveInfo with get
No code example is currently available or this language may not be supported.
Property Value
DriveInfo
The selected drive.