GridViewColumnHeaderRole Enumeration
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Defines the state or role of a GridViewColumnHeader control.
Assembly: PresentationFramework (in PresentationFramework.dll)
Member name | Description | |
---|---|---|
Floating | The column header is the object of a drag-and-drop operation to move a column. | |
Normal | The column header displays above its associated column. | |
Padding | The column header is the last header in the row of column headers and is used for padding. |
The role of a GridViewColumnHeader is defined by the read-only Role property.
.NET Framework
Available since 3.0
Available since 3.0
Show: