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