Skip to main content

DataControlBase.FilterPanelText Property

Gets the text displayed within the Filter Panel. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("")]
public string FilterPanelText { get; }

Property Value

Type Description
String

A String value that specifies the text displayed within the filter panel.

Remarks

By default, the Filter Panel is automatically shown at the bottom of the grid, after a filter has been applied. Removing the filter hides this panel. The filter panel displays a string which represents the current filter criteria, and contains buttons to disable/enable and clear the filter. To make this panel always visible or always hidden, use the DataControlBase.ShowFilterPanelMode property.

Filter Panel

See Also