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

CardViewHeaderTemplateContainer.HeaderLocation Property

Gets the column header’s current location.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridHeaderLocation HeaderLocation { get; }

Property Value

Type Description
GridHeaderLocation

A GridHeaderLocation enumeration value that specifies the column header’s current location.

Available values:

Name Description
Row

The rendered header is located within the header row.

Group

The rendered header is located within the group panel.

Customization

The rendered header is located within the customization window.

Remarks

The HeaderLocation property can return the following values:

  • Card: a column header is displayed within the column header panel;
  • Customization: a header corresponds to a hidden column, and is displayed within the customization window.
See Also