ExpandoDictionaryObject.Item[String] Property
Gets or sets the value of a property with the specified name.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
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