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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

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