RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ListControlViewModel..::..SelectedDataRow Property

Gets or sets the selected data row.

Namespace:  RingSoft.DbLookup
Assembly:  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);
}

Field Value

The selected data row.