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

IContentContainerDefaultProperties.HasMargin Property

Gets whether this Content Container currently has a margin.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool HasMargin { get; }

Property Value

Type Description
Boolean

true, if this Content Container currently has a margin; otherwise, false.

Remarks

To set a container margin, use the IContentContainerDefaultProperties.Margin property.

See Also