Skip to main content

TimeZoneSelectViewModel(IEnumerable<TimeZoneViewModel>, Action<TimeZoneViewModel>) Constructor

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public TimeZoneSelectViewModel(
    IEnumerable<TimeZoneViewModel> timeZones,
    Action<TimeZoneViewModel> timeZoneSelectedCallback
)

Parameters

Name Type
timeZones IEnumerable<TimeZoneViewModel>
timeZoneSelectedCallback Action<TimeZoneViewModel>
See Also