Version

ClientDataSourceType Enumeration

type of the data source
Syntax
'Declaration
 
Public Enum ClientDataSourceType 
   Inherits System.Enum
public enum ClientDataSourceType : System.Enum 
Members
MemberDescription
Arraydata is coming from arrays
Functiondata comes from a function return value
HtmlListDomreference to the DOM element of the UL/OL
HtmlTableDOMreference to the DOM element of the TABLE
HtmlTableIddata is coming from a table which is rendered on the page, and the ID is specified as an identifier of this table
HtmlTableStringdata is coming from a HTML table expsoed as a string
JSONdata is in a JSON format
NotSettype is not set / unknown
XMLdata is in XML format
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub