LayoutController.FixedItems Property
Gets a collection of the items that are always available in the Customization Window.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<BaseLayoutItem> | 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