GridViewColumnHeaderRole Enum

Definition

Defines the state or role of a GridViewColumnHeader control.

public enum class GridViewColumnHeaderRole
public enum GridViewColumnHeaderRole
type GridViewColumnHeaderRole = 
Public Enum GridViewColumnHeaderRole
Inheritance
GridViewColumnHeaderRole

Fields

Floating 1

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

Normal 0

The column header displays above its associated 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