StateAppearances.GetAppearance(BarLinkState) Method
In This Article
Returns either the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed or StateAppearances.Disabled object depending on the specified bar link state.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual AppearanceObject GetAppearance(
BarLinkState state
)
#Parameters
Name | Type | Description |
---|---|---|
state | DevExpress. |
A Bar |
#Returns
Type | Description |
---|---|
Appearance |
The State |
See Also