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