Skip to main content

FilterControl.EmptyStringTemplate Property

Gets or sets the template that defines the presentation of filter values set to an empty string. 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 EmptyStringTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that defines the presentation of filter values set to an empty string.

Remarks

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

FilterControl_Templates

See Also