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

GalleryControl.DefaultItemMargin Property

Gets or sets the default outer indents of gallery items. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public Thickness? DefaultItemMargin { get; set; }

Property Value

Type Description
Nullable<Thickness>

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

Remarks

The DefaultItemMargin property is in effect if the Gallery.ItemMargin property is set to null.

See Also