Skip to main content

WidgetView.FreeLayoutProperties Property

Provides access to settings related to the Free Layout Mode.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
FreeLayoutProperties

A FreeLayoutProperties object that contains Free Layout Mode settings.

See Also