Skip to main content
Tag

ColumnBase.AutoFilterRowEditTemplate Property

Gets or sets a template that displays a custom editor used to edit 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 AutoFilterRowEditTemplate { get; set; }

#Property Value

Type Description
ControlTemplate

A ControlTemplate object that is the template that displays a custom editor.

#Remarks

For detailed information, see Custom Edit Template.

NOTE

The Name property of a control used to edit cell values, must be set to "PART_Editor".

See Also