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


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

    Property Value

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