Back to Devexpress

ExpandoDictionaryObject Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-96b02bcf.md

latest2.5 KB
Original Source

ExpandoDictionaryObject Class

Represents an object that stores additional properties.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.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, Object>

ICollection<KeyValuePair<String, Object>>

IEnumerable<KeyValuePair<String, Object>>

IEnumerable

INotifyPropertyChanged

ICustomTypeDescriptor

Inheritance

Object ExpandoDictionaryObject

See Also

ExpandoDictionaryObject Members

DevExpress.XamarinForms.Scheduler Namespace