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

NavigationFrame.Appearance Property

Provides access to appearance settings for this NavigationFrame.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
public virtual AppearanceObject Appearance { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores appearance settings for this NavigationFrame.

See Also