Back to Devexpress

Gallery.NormalFilterCaptionTextStyle Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-f1b2760c.md

latest1.5 KB
Original Source

Gallery.NormalFilterCaptionTextStyle Property

Gets or sets the style applied to the Gallery.FilterCaption in the normal state. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Style NormalFilterCaptionTextStyle { get; set; }
vb
Public Property NormalFilterCaptionTextStyle As Style

Property Value

TypeDescription
Style

A Style object that represents the corresponding style.

|

Remarks

Target Type : System.Windows.Controls.ContentControl

To learn about styles, see Styling and Templating in MSDN.

The style specified by the Gallery.NormalFilterCaptionTextStyle property has a higher priority than the style referred to by the GalleryControl.NormalFilterCaptionTextStyle property.

See Also

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace