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

AccordionControl.GetBackColor() Method

Gets the color, currently assigned to the control’s Appearance.ControlAppearance.BackColor property.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public Color GetBackColor()

Returns

Type Description
Color

A Color object that is the current backcolor of this AccordionControl.

See Also