ASPxClientTreeList.AutoFilterByColumn(column, val) Method
In This Article
Applies a filter to the specified data column.
#Declaration
TypeScript
AutoFilterByColumn(
column: ASPxClientTreeListColumn | number | string,
val: string
): void
#Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPx |
|
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