Skip to main content
Tab

ListBoxColumn.ClientVisible Property

Specifies the list box column’s initial visibility state on the client.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ClientVisible { get; set; }

Property Value

Type Default Description
Boolean true

true to make a column visible on the client side; otherwise, false.

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