Skip to main content
Tag

ColumnBase.AutoFilterRowDisplayTemplate Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ControlTemplate AutoFilterRowDisplayTemplate { get; set; }

#Property Value

Type Description
ControlTemplate

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

#Remarks

To learn more, see Custom Edit Template.

See Also