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

IsCustomizationChangedEventArgs.Value Property

Gets the new value of the DockLayoutManager.IsCustomization property.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v21.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool Value { get; }

Property Value

Type Description
Boolean

A Boolean value that specifies the new value of the DockLayoutManager.IsCustomization property.

See Also