RadGrid for ASP.NET

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


Gets the rendering style of the Pager item.   

 

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

Syntax

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

Return Value

A reference to the GridTableItemStyle that represents the rendering style of the pager item. If PagerStyle is not specified the return value is OwnerGrid.RadGrid.PagerStyle.

Requirements

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

See Also