Skip to main content
Bar

RibbonAppearances.Editor Property

Provides access to the settings controlling the font of the text displayed within the RibbonControl’s in-place editors.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual AppearanceObject Editor { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object providing corresponding settings.

See Also