Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / MonthPattern Enumeration


In This Topic
    MonthPattern Enumeration
    In This Topic
    Defines what kind of pattern will be display in the DateMonthField.
    Syntax
    'Declaration
     
    Public Enum MonthPattern 
       Inherits System.Enum
    'Usage
     
    Dim instance As MonthPattern
    public enum MonthPattern : System.Enum 
    Members
    MemberDescription
    AbbreviatedMonthNameDisplay an abbreviated month name.
    MonthNameDisplay a full month name.
    NumberDisplay a number.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.MonthPattern

    See Also