Skip to main content

RibbonViewSelector(IContainer) Constructor

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

Namespace: DevExpress.XtraScheduler.UI

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

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

public RibbonViewSelector(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object which implements the IContainer interface.

See Also