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


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

    Property Value

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