constructor(filterValue, itemName, templateElement, highlightCssClassName) Constructor
In This Article
Initializes a new instance of the ASPxClientFileManagerHighlightItemTemplateEventArgs class.
#Declaration
TypeScript
constructor(
filterValue: string,
itemName: string,
templateElement: any,
highlightCssClassName: string
)
#Parameters
Name | Type | Description |
---|---|---|
filter |
string | A string that is a filter value specified by the filter box. |
item |
string | A string that is the name of an item currently being processed. |
template |
any | An object that is an element containing the template. |
highlight |
string | A string that is the name of the cascading style sheet (CSS) class associated with an item in highlighted state. |
See Also