Back to Devexpress

WidgetView.FreeLayoutProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-2ebb501c.md

latest1.6 KB
Original Source

WidgetView.FreeLayoutProperties Property

Provides access to settings related to the Free Layout Mode.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FreeLayoutProperties FreeLayoutProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property FreeLayoutProperties As FreeLayoutProperties

Property Value

TypeDescription
FreeLayoutProperties

A FreeLayoutProperties object that contains Free Layout Mode settings.

|

See Also

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace