Back to Devexpress

ExpandoDictionaryObject Class

maui-devexpress-dot-maui-dot-scheduler-70f92968.md

latest4.2 KB
Original Source

ExpandoDictionaryObject Class

Represents an object that stores additional properties.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public class ExpandoDictionaryObject :
    IDictionary<string, object>,
    ICollection<KeyValuePair<string, object>>,
    IEnumerable<KeyValuePair<string, object>>,
    IEnumerable,
    INotifyPropertyChanged,
    ICustomTypeDescriptor

The following members return ExpandoDictionaryObject objects:

Implements

IDictionary<String, System.Object>

ICollection<KeyValuePair<String, System.Object>>

IEnumerable<KeyValuePair<String, System.Object>>

IEnumerable

INotifyPropertyChanged

ICustomTypeDescriptor

Inheritance

System.Object ExpandoDictionaryObject

Extension Methods

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>)

Flatten<KeyValuePair<String, Object>>(Func<KeyValuePair<String, Object>, IEnumerable<KeyValuePair<String, Object>>>)

Flatten<KeyValuePair<String, Object>>(Func<KeyValuePair<String, Object>, Int32, IEnumerable<KeyValuePair<String, Object>>>)

ToReadOnlyCollection<KeyValuePair<String, Object>>()

ToObservableCollection<KeyValuePair<String, Object>>()

ToReadOnlyObservableCollection<KeyValuePair<String, Object>>()

See Also

ExpandoDictionaryObject Members

DevExpress.Maui.Scheduler Namespace