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

BaseNodeEventArgs.PropertyName Property

Gets the name of the current property (column/field).

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.1.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public string PropertyName { get; }

Property Value

Type Description
String

The property name (column/field name).

See Also