FilterNodeEventArgs Properties
Provides data for the TreeList.CustomRowFilter eventName | Description |
---|---|
Handled | Gets or sets whether the event is handled and no default processing is required. |
IsFitDefaultFilter | Gets whether the row matches the filter applied to the tree list. |
Node | Gets the currently processed node. |
See Also