NodeFilterArgs Properties
Contains data for the command bound to the TreeListView.CustomNodeFilterCommand property.Name | Description |
---|---|
DefaultVisibility | Gets the row’s visibility calculated by the GridControl. Inherited from FilterArgs. |
Item | Gets a record in a data source. Inherited from FilterArgs. |
Path | Gets a path to the processed node. This path starts with the processed node and includes all its parent nodes. |
Visible | Gets or sets whether to display the processed row. Inherited from FilterArgs. |
See Also