Skip to main content

IsCustomizationChangedEventArgs.Value Property

Gets the new value of the DockLayoutManager.IsCustomization property.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.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