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


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

    Property Value

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