Skip to main content

WidgetView.DocumentSpacing Property

Gets or sets the Document margins within this WidgetView.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int DocumentSpacing { get; set; }

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.

DocumentManager - WidgetView - DocumentSpacing

See Also