ListBoxColumn.ClientVisible Property
Specifies the list box column’s initial visibility state on the client.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ClientVisible property to define a list box column’s initial visibility state.
Note
If a column is not visible on the client, it is not rendered on the web page, but it can be manipulated on the client side.
See Also