StandaloneGallery.FilterCaption Property
Gets or sets the text displayed within the Group Filter panel
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string displayed within the Group Filter panel. |
Remarks
The Group Filter panel is visible if a gallery’s StandaloneGallery.AllowFilter property is set to true, and the gallery contains two or more groups. See the StandaloneGallery.AllowFilter topic, for more information.
See Also