Back to Devexpress

DockManager.ValidateDockPanelOnDeactivate Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-f4f109c2.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

ValidateFormChildrenOnDeactivate

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace