IListDetailEditorViewTSelectedRecord Property |
Gets the currently selected record, if any.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax T SelectedRecord { get; set; }
Property SelectedRecord As T
Get
Set
property T SelectedRecord {
T get ();
void set (T value);
}
abstract SelectedRecord : 'T with get, set
Property Value
Type:
TSee Also