Back to Devexpress

DxExpandoDictionaryObject Class

blazor-devexpress-dot-blazor-100a00df.md

latest2.6 KB
Original Source

DxExpandoDictionaryObject Class

Stores an appointment’s CustomFields.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

The following members return DxExpandoDictionaryObject objects:

Implements

IDictionary<String, Object>

ICollection<KeyValuePair<String, Object>>

IEnumerable<KeyValuePair<String, Object>>

IEnumerable

INotifyPropertyChanged

ICustomTypeDescriptor

Inheritance

Object DxExpandoDictionaryObject

See Also

DxExpandoDictionaryObject Members

DevExpress.Blazor Namespace