[]
Gets or sets the pattern of NumberDecimalGeneralFormatDisplayField. This is a dependency property.
public DecimalGeneralFormat Pattern { get; set; }
Public Property Pattern As DecimalGeneralFormat
Type | Description |
---|---|
DecimalGeneralFormat | A DecimalGeneralFormat enumeration indicates the pattern of the field. The default value is DBNum1_G. |
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of GrapeCity.Windows.InputMan.DecimalGeneralFormat. |