GridLineStyle

Wisej.Web.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

Both

Vertical and horizontal lines

Horizontal

An horizontal line.

None

No lines.

Vertical

A vertical line.

Used By

NameDescription

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