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

DataEntryGridColumn..::..CellEditingTemplate Property

Gets the cell editing template.

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

Syntax


public DataTemplate CellEditingTemplate { get; set; }
Public Property CellEditingTemplate As DataTemplate
	Get
	Set
public:
property DataTemplate^ CellEditingTemplate {
	DataTemplate^ get ();
	void set (DataTemplate^ value);
}

Field Value

The cell editing template.