Skip to main content
A newer version of this page is available. .
Tab

ASPxGridView.GetColumnsShownInHeaders() Method

OBSOLETE

This method is deprecated and should not be used

Returns the columns whose headers are displayed within the Column Header Panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("This method is deprecated and should not be used")]
public List<GridViewColumn> GetColumnsShownInHeaders()

Returns

Type Description
List<GridViewColumn>

The collection of visible columns.

Remarks

When grouping is applied, group rows display the values of grouped columns. By default, these columns are hidden to avoid displaying superfluous information, and are not contained within the column collection returned by the GetColumnsShownInHeaders method.

See Also