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.v14.2.dll
#Declaration
#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 via a context menu.
- Separator - This item is used to add a visual separator between layout items.
#Implements
DevExpress.Xpf.Docking.ILayoutController.FixedItems
See Also