ItemPropertyChangedEventArgs.PropertyName Property
Returns the name of the changed property.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public string PropertyName { get; }
Property Value
| Type | Description |
|---|---|
| String | The name of the changed property. |
See Also