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

GridColumnBase.ActualGroupValueTemplateSelector Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public DataTemplateSelector ActualGroupValueTemplateSelector { get; }

Property Value

Type Description
Windows.UI.Xaml.Controls.DataTemplateSelector

A Windows.UI.Xaml.Controls.DataTemplateSelector descendant that chooses a template based on custom logic.

See Also