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

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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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