Skip to main content
Tab

ASPxGridView.VisibleColumns Property

Gets a collection of visible columns within the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyGridColumnCollection<GridViewColumn> VisibleColumns { get; }

Property Value

Type Description
ReadOnlyGridColumnCollection<GridViewColumn>

A collection of visible columns in ASPxGridView.

Remarks

The VisibleColumns collection contains the columns with the Visible property set to true. To access the collection that contains all the columns owned by the ASPxGridView, use the ASPxGridView.AllColumns property.

See Also