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

IContentContainerDefaultProperties.Margin Property

Gets or sets this Content Container‘s margin.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

Padding? Margin { get; set; }

Property Value

Type Description
Nullable<Padding>

A Padding structure that is this container’s margin.

Remarks

The Margin property overrides the global setting specified by the IContentContainerProperties.Margin property.

See Also