Skip to main content
A newer version of this page is available. .

ExpandoDictionaryObject Class

Represents an object that stores additional properties.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

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

The following members return ExpandoDictionaryObject objects:

Inheritance

Object
ExpandoDictionaryObject
See Also