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