Back to Devexpress

Gallery.GroupCaptionTextStyle Property

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

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
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

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace