GridViewHeaderTemplateContainer.HeaderLocation Property
Gets the column header’s current location.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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:
- Row: a column header is displayed within the column header panel;
- Group: a header corresponds to a grouped column, and is displayed within the Group Panel;
- Customization: a header corresponds to a hidden column, and is displayed within the Customization Window.
See Also