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


In This Topic
    Lines Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the lines setting.
    Syntax
    'Declaration
     
    
    Public Property Lines As Grid
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As Grid
     
    instance.Lines = value
     
    value = instance.Lines
    public Grid Lines {get; set;}

    Property Value

    A Grid object that indicates the lines.
    Remarks
    This property determines the color and the style of the lines shown in the DropDownCalendar.
    See Also