Skip to main content

AccordionControl.GetBackColor() Method

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Color GetBackColor()

Returns

Type Description
Color

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

See Also