RadGrid for ASP.NET

RadGrid Send comments on this topic.
RebindReason Property
See Also 
Telerik.WebControls Namespace > GridNeedDataSourceEventArgs Class : RebindReason Property


Determines what the rebind reason is which causes the NeedDataSource event to be raised   

 

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RebindReason As GridRebindReason
Visual Basic (Usage)Copy Code
Dim instance As GridNeedDataSourceEventArgs
Dim value As GridRebindReason
 
value = instance.RebindReason
C# 
public GridRebindReason RebindReason {get;}

Requirements

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

See Also