Skip to main content

GridMenuType Enum

Lists values that specify the type of the Context Menus.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public enum GridMenuType

#Members

Name Description
Column

Corresponds to a menu invoked for a column header.

GridMenuType_Column

TotalSummary

Corresponds to a menu invoked for the Summary Panel.

GridMenuType_Summary

RowCell

Corresponds to a menu invoked for the Row Cell. This menu should be created manually.

GridMenuType_RowCell

GroupPanel

Corresponds to a menu invoked for the group panel.

GridMenuType_GroupPanel

FixedTotalSummary

Corresponds to a menu invoked for the Fixed Summary Panel.

fixedsummarycontextmenu

Band

Corresponds to a menu invoked for a band.

Band_menu

GroupFooterSummary

Corresponds to a menu invoked for the Group Footer's summary.

GridMenuType_Summary

#Remarks

The values listed by this enumeration are used to set the DevExpress.Xpf.Grid.GridMenuInfo property's value. To learn more, see Context Menus.

See Also