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


In This Topic
    Pattern Property (DateFormatConverter)
    In This Topic
    Gets or sets the format for DateFormatConverter.
    Syntax
    'Declaration
     
    Public Property Pattern As String
    'Usage
     
    Dim instance As DateFormatConverter
    Dim value As String
     
    instance.Pattern = value
     
    value = instance.Pattern
    public string Pattern {get; set;}

    Property Value

    A System.String used to stipulate current support format.
    See Also