Skip to main content

DockManager.ValidateDockPanelOnDeactivate Property

Gets or sets whether the Validate method is forcibly called on a dock panel when switching from this dock panel to another one.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool ValidateDockPanelOnDeactivate { get; set; }

Property Value

Type Default Description
Boolean true

true if the Validate method is forcibly called on a dock panel when switching from this dock panel to another panel; otherwise, false.

See Also