GalleryControl.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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Style | A Style object applied to the filter caption. |
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