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