Back to Devexpress

WidgetView.DocumentSpacing Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-8af53364.md

latest2.3 KB
Original Source

WidgetView.DocumentSpacing Property

Gets or sets the Document margins within this WidgetView.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public int DocumentSpacing { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Property DocumentSpacing As Integer

Property Value

TypeDefaultDescription
Int320

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

LayoutMode

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace