Skip to main content

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

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