Spread Windows Forms 12.0 Product Documentation
Lines Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : Lines Property
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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members