Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / LegendStyle Property


In This Topic
    LegendStyle Property (DropDownCalendar)
    In This Topic
    Gets or sets the style of the today legend.
    Syntax
    'Declaration
     
    
    Public Property LegendStyle As Style
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim value As Style
     
    instance.LegendStyle = value
     
    value = instance.LegendStyle
    public Style LegendStyle {get; set;}

    Property Value

    The Style of the today legend.
    Remarks
    This property determines the display style of the legend area of this DropDownCalendar.
    See Also