ColumnHeaderStyle
Wisej.Web.ColumnHeaderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Determines the styles of the column headers in a ListView control.
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 |
---|---|
Returns or sets the column header style. |
Last updated