Skip to main content

IContentContainerDefaultProperties.HasMargin Property

Gets whether this Content Container currently has a margin.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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