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


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

    Property Value

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