DockManager.ValidateFloatFormChildrenOnDeactivate Property
In This Article
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
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