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


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

    Property Value

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