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

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.v19.1.dll

Declaration

public IEnumerable<BaseLayoutItem> FixedItems { get; }

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 via a context menu.
  • Separator - This item is used to add a visual separator between layout items.
See Also