Skip to main content
A newer version of this page is available. .

ItemPropertyChangedEventArgs.PropertyName Property

Gets the name of the property which has been changed.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public string PropertyName { get; }

Property Value

Type Description
String

A string value indicating the property name.

See Also