Skip to main content

BaseNodeEventArgs.PropertyName Property

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public string PropertyName { get; }

#Property Value

Type Description
String

The property name (column/field name).

See Also