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

LayoutControl.GetCustomizationLabel(UIElement) Method

Gets the value of the LayoutControl.CustomizationLabel attached property for the specified UIElement object.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public static object GetCustomizationLabel(
    UIElement element
)

Parameters

Name Type Description
element UIElement

The UIElement object from which the property value is read.

Returns

Type Description
Object

The LayoutControl.CustomizationLabel property value for the object.

See Also