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


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

    Property Value

    A System.String value indicates the pattern of the field.
    Exceptions
    ExceptionDescription
    The assigned value is a invalid pattern string.
    See Also