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


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

    Property Value

    A System.String value defined the format of the text in header when DisplayMode is GrapeCity.Windows.InputMan.CalendarMode.Month.
    Remarks
    The YearMonthFormat is the format pattern for the header presentation when the GcDropDownCalendar control is in GrapeCity.Windows.InputMan.CalendarMode.Month mode.
    See Also