Back to Devexpress

AccordionControl.GetBackColor() Method

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-b75599ad.md

latest1.4 KB
Original Source

AccordionControl.GetBackColor() Method

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Color GetBackColor()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetBackColor As Color

Returns

TypeDescription
Color

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

|

See Also

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace