Skip to main content
All docs
V26.1
  • HeaderArea Enum

    Lists values that indicate the source or target UI area for column or band drag & drop operations.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

    Declaration

    public enum HeaderArea

    Members

    Name Description
    ColumnHeader

    Indicates the Column Header area.

    GroupPanel

    Indicates the Group Panel area.

    ColumnChooser

    Indicates the Column Chooser area.

    BandPanel

    Indicates the Band Panel area.

    Outside

    Indicates the UI area outside of the GridControl.

    Related API Members

    The following properties accept/return HeaderArea values:

    See Also