Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / Lines Property


In This Topic
    Lines Property (DropDownCalendar)
    In This Topic
    Gets or sets the line setting.
    Syntax
    'Declaration
     
    
    Public Property Lines As Grid
    'Usage
     
    
    Dim instance As DropDownCalendar
    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 lines shown in the DropDownCalendar.
    See Also