Skip to main content

NavigationFrame.Appearance Property

Provides access to appearance settings for this NavigationFrame.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores appearance settings for this NavigationFrame.

See Also