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


In This Topic
    CalendarHeaderButtonStyle Property
    In This Topic
    Gets or sets the System.Windows.Style that is applied to the GrapeCity.Windows.InputMan.Primitives.CalendarHeaderButton in GcDropDownCalendar. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property CalendarHeaderButtonStyle As Style
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As Style
     
    instance.CalendarHeaderButtonStyle = value
     
    value = instance.CalendarHeaderButtonStyle
    public Style CalendarHeaderButtonStyle {get; set;}

    Property Value

    The System.Windows.Style for GrapeCity.Windows.InputMan.Primitives.CalendarHeaderButton.
    Remarks
    This property is for styling the GrapeCity.Windows.InputMan.Primitives.CalendarHeaderButton by setting the property.
    See Also