Back to Devexpress

ASPxGridView.GetColumnsShownInHeaders() Method

aspnet-devexpress-dot-web-dot-aspxgridview-7b2b4f77.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[Obsolete("This method is deprecated and should not be used")]
public List<GridViewColumn> GetColumnsShownInHeaders()
vb
<Obsolete("This method is deprecated and should not be used")>
Public Function GetColumnsShownInHeaders As List(Of GridViewColumn)

Returns

TypeDescription
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

VisibleColumns

Columns

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace