Skip to main content
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.v14.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