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

BaseGallery.GroupContentMargin Property

Gets or sets margins of a gallery group’s content.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Behavior")]
public Padding GroupContentMargin { get; set; }

Property Value

Type Description
Padding

The Padding object that specifies margin information.

Remarks

The GroupContentMargin property allows you to specify the margins around the content of gallery groups. The following images show galleries with different content margins.

BaseGallery_GroupContentMargin

See Also