ASPxClientFileManagerHighlightItemTemplateEventArgs Members
Provides data for the ASPxClientFileManager.HighlightItemTemplate event.Constructors
Name | Description |
---|---|
constructor(filterValue, itemName, templateElement, highlightCssClassName) | Initializes a new instance of the ASPxClientFileManagerHighlightItemTemplateEventArgs class. |
Properties
Name | Description |
---|---|
filterValue | Gets a string that is a filter value specified by the filter box. |
highlightCssClassName | Get the name of the cascading style sheet (CSS) class associated with an item in the highlighted state. |
itemName | Gets the name of the item currently being processed. |
templateElement | Gets an element containing the item template. |
See Also