Skip to main content
A newer version of this page is available. .
Bar

GalleryControl.DefaultGroupCaptionMargin Property

Gets or sets the default outer indents of gallery groups’ captions. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public Thickness? DefaultGroupCaptionMargin { get; set; }

Property Value

Type Description
Nullable<Thickness>

A value of the Nullable Thickness type that specifies the corresponding outer indents.

Remarks

The DefaultGroupCaptionMargin property is in effect if the Gallery.GroupCaptionMargin property is set to null.

A gallery group’s caption is specified by the GalleryItemGroup.Caption property. The caption’s visibility is controlled by the Gallery.IsGroupCaptionVisible property.

See Also