Skip to main content

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

C#
public string PropertyName { get; }

#Property Value

Type Description
String

The name of the changed property.

See Also