Member Table: Filtering
Member | Description |
---|---|
The TreeList.ActiveFilterString property. | Gets or sets the total filter expression for the TreeList. |
The TreeList.ActiveFilterCriteria property. | Gets or sets the current filter criteria. |
The TreeListColumn.FilterInfo property. | Gets an object specifying custom filter criteria. |
The TreeList.CustomRowFilter event. | Allows you to specify the node visibility, regardless of the applied filter. |
The TreeList.FilterNodes method. | Forces the Tree List control to re-filter its data. |
The TreeListNode.Visible property. | Gets or sets whether the node is visible. The property allows you to perform node filtering. |