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

LayoutControl.CustomizationLabel Attached Property

Gets or sets a custom label for a layout item, when this item is displayed in the Available Items List. This is an attached property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v24.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

#Declaration

#Returns

Type Description
Object

An object that represents a label for an item when this item is displayed in the Available Items List.

#Remarks

Layout items can be hidden in the Available Items List. For these items, you can provide custom labels via the CustomizationLabel property.

The default label for items displayed in the Available Items List is calculated by the LayoutControl.GetCustomizationDefaultLabel method. See this link to learn more.

See Also