Skip to main content

FilterControl.EmptyValueTemplate Property

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

Namespace: DevExpress.Xpf.Editors.Filtering

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ControlTemplate EmptyValueTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that defines the presentation of filter values set to null.

Remarks

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

FilterControl_Templates

See Also