Skip to main content
A newer version of this page is available. .

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

Declaration

[DXCategory("Appearance")]
public bool UseControlBackColor { get; set; }

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