IListDetailEditorViewTRecords Property |
Gets the list of records to show to the user.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property Records As List(Of T)
Get
property List<T>^ Records {
List<T>^ get ();
}
abstract Records : List<'T> with get
Property Value
Type:
ListTSee Also