ListControlViewModel..::..SelectedDataRow Property
Gets or sets the selected data row.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public ListControlDataSourceRow SelectedDataRow { get; set; }
Public Property SelectedDataRow As ListControlDataSourceRow Get Set
public: property ListControlDataSourceRow^ SelectedDataRow { ListControlDataSourceRow^ get (); void set (ListControlDataSourceRow^ value); }