Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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