Skip to main content

constructor(filterValue, itemName, templateElement, highlightCssClassName) Constructor

Initializes a new instance of the ASPxClientFileManagerHighlightItemTemplateEventArgs class.

Declaration

constructor(
    filterValue: string,
    itemName: string,
    templateElement: any,
    highlightCssClassName: string
)

Parameters

Name Type Description
filterValue string

A string that is a filter value specified by the filter box.

itemName string

A string that is the name of an item currently being processed.

templateElement any

An object that is an element containing the template.

highlightCssClassName string

A string that is the name of the cascading style sheet (CSS) class associated with an item in highlighted state.

See Also