Back to Devexpress

LayoutControl.AvailableItems Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutcontrol-d6f25699.md

latest1.5 KB
Original Source

LayoutControl.AvailableItems Property

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

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public FrameworkElements AvailableItems { get; }
vb
Public ReadOnly Property AvailableItems As FrameworkElements

Property Value

TypeDescription
DevExpress.Xpf.Core.FrameworkElements

A collection of items stored in the Available Items list.

|

Remarks

See Available Items List to learn more.

See Also

AllowAvailableItemsDuringCustomization

Available Items List

LayoutControl Class

LayoutControl Members

DevExpress.Xpf.LayoutControl Namespace