Skip to main content

TableView.GroupFooterRowStyleProperty Field

Gets or sets the style applied to group summary items displayed within a group footer. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public static readonly DependencyProperty GroupFooterRowStyleProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

Remarks

The GroupFooterRowStyleProperty property specifies the style that groups together properties, resources, and event handlers and shares them between instances of the System.Windows.Controls.Border type.

Target Type: System.Windows.Controls.Border

To learn more, see Appearance Customization.

See Also