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

GridControl.ActualItemTemplateSelector Property

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

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public DataTemplateSelector ActualItemTemplateSelector { get; }

Property Value

Type Description
DataTemplateSelector

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

See Also