RadGrid for ASP.NET

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


Gets the rendering style of the AlternatingItem.   

 

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

Syntax

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

Return Value

A reference to the GridTableItemStyle that represents the rendering style of the AlternatingItem. If AlternatingItemStyle is not specified the return value is OwnerGrid.RadGrid.AlternatingItemStyle.

Requirements

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

See Also