Back to Devexpress

StandaloneGallery.FilterCaption Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-standalonegallery-23508faa.md

latest1.9 KB
Original Source

StandaloneGallery.FilterCaption Property

Gets or sets the text displayed within the Group Filter panel

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public string FilterCaption { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue("")>
Public Property FilterCaption As String

Property Value

TypeDefaultDescription
StringString.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

AllowFilter

StandaloneGallery Class

StandaloneGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace