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


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

    Property Value

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