BaseNodeEventArgs(String, Type) Constructor
Initializes a new instance of the class.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
propertyName | String | The value used to initialize the PropertyName property. |
propertyType | Type | The value used to initialize the PropertyType property. |
See Also