ASPxClientTreeList.AutoFilterByColumn(column, val) Method
Applies a filter to the specified data column.
Declaration
AutoFilterByColumn(
column: ASPxClientTreeListColumn | number | string,
val: string
): void
Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPxClientTreeListColumn | |
val | string | A string value that specifies the filter expression. |
Remarks
End-users can apply a filter using the Filter Row which is displayed if the TreeListSettings.ShowFilterRow property is set to true
.
To learn more, see Filtering.
See Also