DxExpandoDictionaryObject.Item[String] Property
In This Article
Gets or sets the property’s value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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