Skip to main content

DxExpandoDictionaryObject Class

Stores an appointment’s CustomFields.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Inheritance

Object
DxExpandoDictionaryObject
See Also