Back to Devexpress

TableView.GroupFooterRowStyleProperty Field

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-8b42aef9.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static readonly DependencyProperty GroupFooterRowStyleProperty
vb
Public Shared ReadOnly GroupFooterRowStyleProperty As DependencyProperty

Field Value

TypeDescription
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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace