IContentContainerDefaultProperties.Margin Property
Gets or sets this Content Container‘s margin.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Nullable<Padding> | A Padding structure that is this container’s margin. |
Remarks
The Margin property overrides the global setting specified by the IContentContainerProperties.Margin property.
See Also