Skip to main content
A newer version of this page is available. .

WidgetView.FreeLayoutProperties Property

Provides access to settings related to the Free Layout Mode.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FreeLayoutProperties FreeLayoutProperties { get; }

Property Value

Type Description
FreeLayoutProperties

A FreeLayoutProperties object that contains Free Layout Mode settings.

See Also