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

FreeLayoutProperties.FreeLayoutItems Property

Provides access to all widgets that are displayed when the Free Layout Mode activates.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[ListBindable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, true, true, 1)]
[Browsable(false)]
public FreeLayoutDocumentCollection FreeLayoutItems { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.Widget.FreeLayoutDocumentCollection

A DevExpress.XtraBars.Docking2010.Views.Widget.FreeLayoutDocumentCollection object that stores all widgets that are displayed when the Free Layout Mode activates.

See Also