Specifies the position of RadGridView's pinned rows.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum GridViewPinnedRowsPosition
Fields
Display the pinned rows at the bottom after the last standard row.
C#
Bottom = 1
Do not display the pinned rows.
C#
None = 2
Display the pinned rows on top.
C#
Top = 0