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

NavBarGetHintEventArgs.Appearance Property

Gets the appearance settings used to paint the hint.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

public AppearanceObject Appearance { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the hint.

Remarks

Use this property to apply custom appearance settings to individual hints. For more information on appearances see the Appearances document.

See Also