Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Wpf.Docking

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