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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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