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.v24.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