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