CellViewModel Class
In This Article
The base class for all view models that supply data for different cell types.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public abstract class CellViewModel :
ItemViewModel
#Inheritance
System.Object
DevExpress.Maui.Scheduler.Internal.NotifyPropertyChangedBase
See Also