Skip to main content

BaseGallery.GroupContentMargin Property

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

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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