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

FilterControl.ValueTemplate Property

Gets or sets the template that defines the presentation of filter values. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public ControlTemplate ValueTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that defines the presentation of filter values.

Remarks

There are four templates which define the presentation of filter values and editors displayed within the FilterControl:

FilterControl_Templates

See Also