Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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