ItemViewModel Class
In This Article
The base class for all view models that store data for the Scheduler’s visual elements.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public abstract class ItemViewModel :
NotifyPropertyChangedBase
#Inheritance
Show 13 items
Object
DevExpress.XamarinForms.Scheduler.Internal.NotifyPropertyChangedBase
See Also