DxExpandoDictionaryObject Class
Stores an appointment’s CustomFields.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class DxExpandoDictionaryObject :
IDictionary<string, object>,
ICollection<KeyValuePair<string, object>>,
IEnumerable<KeyValuePair<string, object>>,
IEnumerable,
INotifyPropertyChanged,
ICustomTypeDescriptor
Related API Members
The following members return DxExpandoDictionaryObject objects:
Implements
Inheritance
Object
DxExpandoDictionaryObject
See Also