Edit

Share via


GridViewColumnHeaderRole Enum

Definition

Defines the state or role of a GridViewColumnHeader control.

C#
public enum GridViewColumnHeaderRole
Inheritance
GridViewColumnHeaderRole

Fields

Name Value Description
Normal 0

The column header displays above its associated column.

Floating 1

The column header is the object of a drag-and-drop operation to move a column.

Padding 2

The column header is the last header in the row of column headers and is used for padding.

Remarks

The role of a GridViewColumnHeader is defined by the read-only Role property.

Applies to

See also