Back to Devexpress

GridViewBase.GroupFooterMenuCustomizations Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-3729ed90.md

latest2.0 KB
Original Source

GridViewBase.GroupFooterMenuCustomizations Property

Allows you to customize the Group Footer‘s context menu. You can add new menu items or remove existing items.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public BarManagerActionCollection GroupFooterMenuCustomizations { get; }
vb
<Browsable(False)>
Public ReadOnly Property GroupFooterMenuCustomizations As BarManagerActionCollection

Property Value

TypeDescription
BarManagerActionCollection

A collection of bar actions to customize the Group Footer‘s context menu.

|

Remarks

Example

The following example demonstrates how to add an item to the Group Footer‘s context menu:

xaml
<dxg:TableView.GroupFooterMenuCustomizations>
    <dxb:BarButtonItem Content="Item 1"/>
</dxg:TableView.GroupFooterMenuCustomizations>

Refer to the Context Menus topic for more information.

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace