FlyoutDialog.UseControlBackColor Property
Gets or sets whether or not this FlyoutDialog should use the same background color as the control displayed in it.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if this FlyoutDialog should use the same background color as the control displayed within it; otherwise, false. |
Remarks
If the UseControlBackColor property is set to true, the FlyoutDialog has the same background color as the control assigned to its FlyoutDialog.FlyoutControl property.
See Also