ExpandoDictionaryObject Class
Represents an object that stores additional properties.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public class ExpandoDictionaryObject :
IDictionary<string, object>,
ICollection<KeyValuePair<string, object>>,
IEnumerable<KeyValuePair<string, object>>,
IEnumerable,
INotifyPropertyChanged,
ICustomTypeDescriptor
Related API Members
The following members return ExpandoDictionaryObject objects:
Implements
Inheritance
Object
ExpandoDictionaryObject
See Also