Back to Devexpress

LayoutControl.CustomizationLabel Attached Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutcontrol-6d2e4eba.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

See GetCustomizationLabel(UIElement) and SetCustomizationLabel(UIElement, Object).

Returns

TypeDescription
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

Label

Header

GetCustomizationDefaultLabel(UIElement)

LayoutControl Class

LayoutControl Members

DevExpress.Xpf.LayoutControl Namespace