Back to Devexpress

DockManager.ValidateFormChildrenOnDeactivate Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-75df68d5.md

latest1.6 KB
Original Source

DockManager.ValidateFormChildrenOnDeactivate Property

Gets or sets whether the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool ValidateFormChildrenOnDeactivate { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Overridable Property ValidateFormChildrenOnDeactivate As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another; otherwise, false.

|

See Also

ValidateDockPanelOnDeactivate

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace