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

DxExpandoDictionaryObject Class

Stores an appointment’s CustomFields.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

The following members return DxExpandoDictionaryObject objects:

Inheritance

Object
DxExpandoDictionaryObject
See Also