Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / MonthFormat Property


In This Topic
    MonthFormat Property
    In This Topic
    Gets or sets the format of month. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property MonthFormat As String
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As String
     
    instance.MonthFormat = value
     
    value = instance.MonthFormat
    public string MonthFormat {get; set;}

    Property Value

    A System.String value indicates the format of month.
    Remarks
    The MonthFormat is the format pattern for the GrapeCity.Windows.InputMan.Primitives.CalendarButton content presentation when the GcDropDownCalendar control is in GrapeCity.Windows.InputMan.CalendarMode.Year mode.
    See Also