Spread Windows Forms 10.0 Product Documentation
ListGridLines Property


Gets or sets a ListGridLinesInfo value that indicates the grid lines.
Syntax
'Declaration
 
Public Property ListGridLines As ListGridLinesInfo
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As ListGridLinesInfo
 
instance.ListGridLines = value
 
value = instance.ListGridLines
public ListGridLinesInfo ListGridLines {get; set;}

Property Value

A ListGridLinesInfo value.
Remarks
The value of this property determines the appearance of the grid lines. Included items are Line.Color and Line.Style of Line.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.