DxExpandoDictionaryObject.Item[String] Property
Gets or sets the property’s value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public object this[string prop] { get; set; }
Parameters
| Name | Type | Description |
|---|---|---|
| prop | String | The property name. |
Property Value
| Type | Description |
|---|---|
| Object | The property value. |
See Also