IContentContainerDefaultProperties.HasMargin Property
Gets whether this Content Container currently has a margin.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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