Skip to main content

ASPxClientTitleIndexItemEventArgs Members

In This Article
Provides data for events which concern manipulations on the control’s items.

#Constructors

Name Description
constructor(processOnServer, name, htmlElement, htmlEvent) Initializes a new object of the ASPxClientTitleIndexItemEventArgs type with the specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
htmlElement Gets the HTML object that contains the processed item.
htmlEvent Gets a DHTML event object that relates to the processed event.
name Gets the name that uniquely identifies the processed item.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also