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.v26.1.dll
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