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