Gallery.GroupCaptionTextStyle Property
Gets or sets the style applied to group captions (GalleryItemGroup.Caption) of gallery groups. 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. |
Remarks
Target Type: System.Windows.Controls.ContentControl
To learn about styles, see Styling and Templating in MSDN.
The style specified by the Gallery.GroupCaptionTextStyle
property has a higher priority than the style referred to by the GalleryControl.GroupCaptionTextStyle property.
See Also