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

DataEntryGridEditingControlHost<(Of <(<'TControl>)>)>..::..Control Property

Gets or sets the control.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHost
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public TControl Control { get; set; }
Public Property Control As TControl
	Get
	Set
public:
property TControl Control {
	TControl get ();
	void set (TControl value);
}

Field Value

The control.