DataControlBase.FilterPanelText Property
Gets the text displayed within the Filter Panel. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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.
See Also