CustomRowFilterEventArgs Properties
Provides data for the TreeList.CustomRowFilter event.
Name | Description |
---|---|
Handled |
Gets or sets whether the event is handled and no default processing is required.
Inherited from Filter |
Is |
Gets whether the row matches the filter applied to the tree list.
Inherited from Filter |
Item[Tree |
Gets a value of a specific column in the processed Tree |
Node |
Gets the currently processed node.
Inherited from Filter |
Row |
Gets an object representing a data row in the underlying data source that corresponds to the processed Tree |
Visible |
Gets whether the processed Tree |
See Also