Skip to main content
Bar

GalleryControl.GroupCaptionTextStyle Property

Gets or sets the style applied to captions (GalleryItemGroup.Caption) of gallery groups. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public Style GroupCaptionTextStyle { get; set; }

#Property Value

Type Description
Style

A Style object applied to gallery groups' captions.

#Remarks

Target Type: System.Windows.Controls.ContentControl

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

See Also