Wisej.Web.GridLineStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the line styles that can be applied to the cell of a ListView control when its View property is set to Details.
public enum GridLineStyle : Enum
Public Enum GridLineStyle As [Enum]
Both
Vertical and horizontal lines
Horizontal
An horizontal line.
None
No lines.
Vertical
A vertical line.
ListView.GridLineStyle
Returns or sets the cell border style for the ListView control when its View property is set to Details and the GridLines property is set to true.
Last updated 3 years ago
Was this helpful?