Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DxExpandoDictionaryObject Class

Stores an appointment’s CustomFields.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

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

Inheritance

Object
DxExpandoDictionaryObject
See Also