InitNodeEventArgs Properties
Provides data for the FilterControl.InitNode event.| Name | Description |
|---|---|
| IsNewNode | Gets whether the node is newly created. |
| PropertyName | Gets or sets the property (field) name. |
| PropertyType | Gets the type of the current property (column/field). Inherited from BaseNodeEventArgs. |
See Also