Skip to main content
Bar

GalleryControl.ActualGroupCaptionMargin Property

Gets the actual outer indents of gallery groups' captions. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public Thickness ActualGroupCaptionMargin { get; protected set; }

#Property Value

Type Description
Thickness

A Thickness value that specifies the corresponding outer indents.

See Also