Skip to main content
Version: 3.5

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.

public enum GridLineStyle : Enum

Fields

NameDescription
BothVertical and horizontal lines
HorizontalAn horizontal line.
NoneNo lines.
VerticalA vertical line.

Used By

NameDescription
ListView.GridLineStyleReturns 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.