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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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:
- A regular filter value: FilterControl.ValueTemplate.
- A filter value is set to an empty string: FilterControl.EmptyStringTemplate.
- A filter value is set to null:
FilterControl.EmptyValueTemplate
. - A Boolean filter value: FilterControl.BooleanValueTemplate.
See Also