RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridCustomControlCellProps..::..SelectedItemId Property

Gets or sets the selected item identifier. Used to determine the image identifier.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid.CellProps
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public int SelectedItemId { get; set; }
Public Property SelectedItemId As Integer
	Get
	Set
public:
property int^ SelectedItemId {
	int^ get ();
	void set (int^ value);
}

Field Value

The selected item identifier.