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


In This Topic
    Pattern Property (DateAmPmField)
    In This Topic
    Gets or sets a value indicating how to show AMDesignator and PMDesignator. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property Pattern As AmPmPattern
    'Usage
     
    Dim instance As DateAmPmField
    Dim value As AmPmPattern
     
    instance.Pattern = value
     
    value = instance.Pattern
    public AmPmPattern Pattern {get; set;}

    Property Value

    An GrapeCity.Windows.InputMan.AmPmPattern value indicates the pattern. The default value is GrapeCity.Windows.InputMan.AmPmPattern.AmPmDesignator.
    Exceptions
    ExceptionDescription
    The assigned value is not type of AmPmPattern.
    See Also