Version

RenderContextRowFunc Property

Reference to the function, called before rendering context row content(rendering loading message/bread crumb/parent row). The function takes 3 arguments- dataRow, array of parent rows and context mode - "loading"|"breadcrumb"|"parent". When the function returns true rendering of the context row should be handled by the developer(it is like canceling of rendering context row content).
Syntax
'Declaration
 
Public Property RenderContextRowFunc As System.String
public System.string RenderContextRowFunc {get; set;}

Property Value

The render context row function.
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