LayoutController.FixedItems Property
In This Article
Gets a collection of the items that are always available in the Customization Window.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public IEnumerable<BaseLayoutItem> FixedItems { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Base |
A collection of the items that are always available in the Customization Window. |
#Remarks
This collection contains the following items:
- Empty Space Item - This item is used to add an empty space to the layout.
- Label - Use this item to add a label to the layout. An end user can drop a label onto the layout and then change the text using a context menu.
- Separator - This item is used to add a visual separator between layout items.
See Also