Skip to main content

ViewSelector(IContainer) Constructor

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

Namespace: DevExpress.XtraScheduler.UI

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

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

public ViewSelector(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object which implements the IContainer interface.

See Also