Skip to main content
All docs
V19.1
Tab

RibbonImages(ISkinOwner, Boolean) Constructor

Initializes a new instance of the RibbonImages class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public RibbonImages(
    ISkinOwner owner,
    bool designMode = false
)

Parameters

Name Type Description
owner DevExpress.Web.Internal.ISkinOwner

An object that implements the ISkinOwner interface.

Optional Parameters

Name Type Default Description
designMode Boolean False

For internal use only.

See Also