Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberDecimalGeneralFormatDisplayField Class / Pattern Property


In This Topic
    Pattern Property (NumberDecimalGeneralFormatDisplayField)
    In This Topic
    Gets or sets the pattern of NumberDecimalGeneralFormatDisplayField. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property Pattern As DecimalGeneralFormat
    'Usage
     
    Dim instance As NumberDecimalGeneralFormatDisplayField
    Dim value As DecimalGeneralFormat
     
    instance.Pattern = value
     
    value = instance.Pattern
    public DecimalGeneralFormat Pattern {get; set;}

    Property Value

    A DecimalGeneralFormat enumeration indicates the pattern of the field. The default value is DecimalGeneralFormat.DBNum1_G.
    Exceptions
    ExceptionDescription
    The assigned value is not type of GrapeCity.Windows.InputMan.DecimalGeneralFormat.
    See Also