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

ColumnBase.AutoFilterRowDisplayTemplate Property

Gets or sets a template that displays a column’s value within the Automatic Filter Row. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public ControlTemplate AutoFilterRowDisplayTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that represents the template that displays a column’s value within the automatic filter row.

Remarks

Refer to the Assign Editors to Cells topic for more information.

See Also