Skip to main content

TableView.ActualGroupFooterRowTemplateSelector Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public DataTemplateSelector ActualGroupFooterRowTemplateSelector { get; protected set; }

#Property Value

Type Description
DataTemplateSelector

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

#Remarks

To learn more, see Styles and Templates.

See Also