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

TableView.ActualGroupFooterSummaryItemTemplateSelector Property

Gets the actual template selector that chooses a group footer summary item template based on custom logic. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public DataTemplateSelector ActualGroupFooterSummaryItemTemplateSelector { get; }

Property Value

Type Description
DataTemplateSelector

A DataTemplateSelector descendant that chooses a template based on custom logic.

Remarks

To learn more, see Choosing Templates Based on Custom Logic.

See Also