RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridPropertyEvaluator Class
See Also  Members  
Telerik.WebControls Namespace : GridPropertyEvaluator Class


GridPropertyEvaluator A DataBinder.Eval() workalike that is a bit more forgiving and does not throw exceptions when it can't find a property.

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Class GridPropertyEvaluator 
Visual Basic (Usage)Copy Code
Dim instance As GridPropertyEvaluator
C# 
public class GridPropertyEvaluator 

Inheritance Hierarchy

System.Object
   Telerik.WebControls.GridPropertyEvaluator

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also