GridLineStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.
- C#
- VB.NET
public enum GridLineStyle : Enum
Public Enum GridLineStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Both | Vertical and horizontal lines |
| Horizontal | An horizontal line. |
| None | No lines. |
| Vertical | A vertical line. |
Used By
| Name | Description |
|---|---|
| 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. |