ASPxClientTitleIndex Class
In This Article
Represents a client-side equivalent of the ASPxTitleIndex object.
#Declaration
TypeScript
declare class ASPxClientTitleIndex extends ASPxClientControl
#Remarks
In addition to the common functionality inherited from its ancestors, the ASPxClientTitleIndex object allows you to respond to item clicks (ASPxClientTitleIndex.ItemClick) and callbacks being initiated or completed (ASPxClientTitleIndex.BeginCallback, ASPxClientTitleIndex.EndCallback).
#Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientTitleIndex
See Also