WidgetView.DocumentSpacing Property
Gets or sets the Document margins within this WidgetView.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An Int32 value that is the Document margins within this WidgetView. |
Remarks
The DocumentSpacing property specifies Widget Document margins irrespective of the WidgetView.LayoutMode property setting in both Stack Layout and Table Layout modes. The figure below illustrates a WidgetView with the DocumentSpacing property set to 30.
See Also