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

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
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