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

LayoutControl.AvailableItems Property

Provides access to hidden items (items in the Available Items list).

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public FrameworkElements AvailableItems { get; }

Property Value

Type Description
DevExpress.Xpf.Core.FrameworkElements

A collection of items stored in the Available Items list.

Remarks

See Available Items List to learn more.

See Also