Back to Devexpress

DockManager.ValidateFloatFormChildrenOnDeactivate Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-9fe7e4aa.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool ValidateFloatFormChildrenOnDeactivate { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Overridable Property ValidateFloatFormChildrenOnDeactivate As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace