Skip to main content
A newer version of this page is available. .

StandaloneGallery.FilterCaption Property

Gets or sets the text displayed within the Group Filter panel

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue("")]
public string FilterCaption { get; set; }

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