maui-devexpress-dot-maui-dot-scheduler-70f92968.md
Represents an object that stores additional properties.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public class ExpandoDictionaryObject :
IDictionary<string, object>,
ICollection<KeyValuePair<string, object>>,
IEnumerable<KeyValuePair<string, object>>,
IEnumerable,
INotifyPropertyChanged,
ICustomTypeDescriptor
The following members return ExpandoDictionaryObject objects:
IDictionary<String, System.Object>
ICollection<KeyValuePair<String, System.Object>>
IEnumerable<KeyValuePair<String, System.Object>>
System.Object ExpandoDictionaryObject
Yield<ExpandoDictionaryObject>()
YieldIfNotNull<ExpandoDictionaryObject>()
IsSingle<KeyValuePair<String, Object>>()
ForEach<KeyValuePair<String, Object>>(Action<KeyValuePair<String, Object>>)
ForEach<KeyValuePair<String, Object>>(Action<KeyValuePair<String, Object>, Int32>)
ToReadOnlyCollection<KeyValuePair<String, Object>>()
ToObservableCollection<KeyValuePair<String, Object>>()
ToReadOnlyObservableCollection<KeyValuePair<String, Object>>()
See Also