DataEntryGridIntegerControlHost..::..IntegerCellProps Property
Gets the integer cell props.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHostAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public DataEntryGridIntegerCellProps IntegerCellProps { get; set; }
Public Property IntegerCellProps As DataEntryGridIntegerCellProps Get Set
public: property DataEntryGridIntegerCellProps^ IntegerCellProps { DataEntryGridIntegerCellProps^ get (); void set (DataEntryGridIntegerCellProps^ value); }