Skip to main content

TableView.ShowingGroupFooter Event

In This Article

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public event ShowingGroupFooterEventHandler ShowingGroupFooter

#Event Data

The ShowingGroupFooter event's handler receives an argument of the DevExpress.Xpf.Grid.ShowingGroupFooterEventArgs type.

See Also