The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
GridViewColumnHeaderRole Enumeration
.NET Framework (current version)
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: