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

LayoutControl.SetCustomizationLabel(UIElement, Object) Method

Sets the value of the LayoutControl.CustomizationLabel attached property to a 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 void SetCustomizationLabel(
    UIElement element,
    object value
)

Parameters

Name Type Description
element UIElement

The UIElement object to which the attached property is written.

value Object

The required Object value.

See Also