TableView.ActualDataRowTemplateSelector Property
In This Article
Gets the actual template selector that chooses a data row template based on custom logic. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public DataTemplateSelector ActualDataRowTemplateSelector { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
To learn more, see Choosing Templates Based on Custom Logic.
See Also