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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DataTemplateSelector | A Windows.UI.Xaml.Controls.DataTemplateSelector descendant that chooses a template based on custom logic. |
See Also