DecimalEditControl..::..FormatType Property
Gets or sets the type of the format. This is a bind-able property.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public DecimalEditFormatTypes FormatType { get; set; }
Public Property FormatType As DecimalEditFormatTypes Get Set
public: property DecimalEditFormatTypes^ FormatType { DecimalEditFormatTypes^ get (); void set (DecimalEditFormatTypes^ value); }