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

RibbonGalleryAppearances(IAppearanceOwner) Constructor

Initializes a new instance of the RibbonGalleryAppearances class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public RibbonGalleryAppearances(
    IAppearanceOwner owner
)

Parameters

Name Type Description
owner DevExpress.Utils.IAppearanceOwner

An object which owns the appearance collection.

See Also