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