ViewNavigator(IContainer) Constructor
Initializes a new instance of the ViewNavigator class with the specified container.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.SchedulerExtensions
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An object which implements the IContainer interface. |
See Also