Skip to main content

ASPxClientDataView Class

Represents a client-side equivalent of the ASPxDataView object.

#Declaration

TypeScript
declare class ASPxClientDataView extends ASPxClientControl

#Remarks

In addition to the common functionality inherited from its ancestors, the ASPxClientDataView object allows you to respond to callbacks being initiated or completed (ASPxClientDataView.BeginCallback, ASPxClientDataView.EndCallback).

See Also