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

ExcelStyleFilterElement.ActualTemplateSelector Property

Gets the actual template selector.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public DataTemplateSelector ActualTemplateSelector { get; }

Property Value

Type Description
DataTemplateSelector

The actual template selector.

See Also