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.v19.2.Core.dll

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

To learn more, see In-place Editors.

See Also