Back to Devexpress

Gallery.GroupCaptionMargin Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-07794cec.md

latest1.3 KB
Original Source

Gallery.GroupCaptionMargin Property

Gets or sets the outer indents of a gallery group’s caption (GalleryItemGroup.Caption). This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Thickness? GroupCaptionMargin { get; set; }
vb
Public Property GroupCaptionMargin As Thickness?

Property Value

TypeDescription
Nullable<Thickness>

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

|

See Also

Caption

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace