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.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public string PropertyName { get; }

Property Value

Type Description
String

The property name (column/field name).

See Also