DataEntryGridColumn..::..CellTemplate Property
Gets or sets the cell template.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: 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); }