Version

PROPERTY_PATH_KEY Field

default property name in GET request to take children for the layout specified by the path - used when EnableRemoteLoadOnDemand is true (Example: If the treegrid has column ID set as primary key(and its type is integer) then if path is 1/10 - then first it should be founds record with pk value 1 from root layout - takes its children and finds amongst them record with primary key value 10. Returns its children)
Syntax
'Declaration
 
Public Const PROPERTY_PATH_KEY As System.String
public const System.string PROPERTY_PATH_KEY
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