DecimalEditControlSetup..::..FormatType Property
Gets or sets the format type of the decimal edit control.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public DecimalEditFormatTypes FormatType { get; set; }
Public Property FormatType As DecimalEditFormatTypes Get Set
public: property DecimalEditFormatTypes^ FormatType { DecimalEditFormatTypes^ get (); void set (DecimalEditFormatTypes^ value); }