WidgetView.DocumentSpacing Property
In This Article
Gets or sets the Document margins within this WidgetView.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An Int32 value that is the Document margins within this Widget |
#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