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

RibbonViewSelector(IContainer) Constructor

Initializes a new instance of the RibbonViewSelector class with the specified container.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.Extensions.dll

Declaration

public RibbonViewSelector(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object which implements the IContainer interface.

See Also