ExpandoDictionaryObject Class
In This Article
Represents an object that stores additional properties.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
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
See Also