Skip to main content

IContentContainerProperties.Margin Property

Gets or sets the margin common to all Content Containers.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Padding Margin { get; set; }

Property Value

Type Description
Padding

A Padding structure that is the margin common to all containers within this View.

Remarks

The Margin property specifies the margin common to all Content Containers within this View. You can override this global setting for individual containers via the IContentContainerDefaultProperties.Margin property.

See Also