Skip to main content

StandaloneGallery.FilterCaption Property

Gets or sets the text displayed within the Group Filter panel

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
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