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

DockManager.ValidateFloatFormChildrenOnDeactivate Property

Gets or sets whether a float dock panel’s controls are validated when the panel is deactivated.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if a float dock panel’s controls are validated when the panel is deactivated; otherwise, false.

See Also