Skip to main content
Version: 3.5

ColumnHeaderStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Determines the styles of the column headers in a ListView control.

public enum ColumnHeaderStyle : Enum

Fields

NameDescription
ClickableThe column headers can be clicked and can carry out an action, such as sorting, when clicked.
NonClickableThe column headers are not clickable.
NoneThe column header is not visible when in details view.

Used By

NameDescription
ListView.HeaderStyleReturns or sets the column header style.