Skip to main content
Tag

ColumnBase.ActualCellTemplateSelector Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DataTemplateSelector ActualCellTemplateSelector { get; }

Property Value

Type Description
DataTemplateSelector

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

Remarks

To learn more, see Choosing Templates Based on Custom Logic.

See Also