Skip to main content
Bar

GalleryControl.DefaultGroupItemsMargin Property

Gets or sets the default outer indents of a gallery’s content area, which displays gallery items. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Thickness? DefaultGroupItemsMargin { get; set; }

Property Value

Type Description
Nullable<Thickness>

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

Remarks

The DefaultGroupItemsMargin property is in effect if the Gallery.GroupItemsMargin property is set to null.

See Also