[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalGeneralFormatDisplayField.Pattern

Pattern Property

Pattern

Gets or sets the pattern of NumberDecimalGeneralFormatDisplayField. This is a dependency property.

Declaration
public DecimalGeneralFormat Pattern { get; set; }
Public Property Pattern As DecimalGeneralFormat
Property Value
Type Description
DecimalGeneralFormat

A DecimalGeneralFormat enumeration indicates the pattern of the field. The default value is DBNum1_G.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of GrapeCity.Windows.InputMan.DecimalGeneralFormat.