ColumnHeaderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Determines the styles of the column headers in a ListView control.
- C#
- VB.NET
public enum ColumnHeaderStyle : Enum
Public Enum ColumnHeaderStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Clickable | The column headers can be clicked and can carry out an action, such as sorting, when clicked. |
| NonClickable | The column headers are not clickable. |
| None | The column header is not visible when in details view. |
Used By
| Name | Description |
|---|---|
| ListView.HeaderStyle | Returns or sets the column header style. |