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

DataEntryGridColumn..::..CellTemplate Property

Gets or sets the cell template.

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

Syntax


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

Field Value

The cell template.