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