Class GroupRenderMode
An enumeration specifying the virtualization mode of RadGridView.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class GroupRenderMode : Enum
Fields
Flat
A group render mode in which groups are represented by a range of consecutive flat rows. In this mode there is no hierarchical nesting of UI elements. All rows are on the same level.
Declaration
public const GroupRenderMode Flat
Field Value
GroupRenderMode
|
Nested
A group render mode in which every group is represented by it own UI container. Groups are nested in a hierarchical manner.
Declaration
public const GroupRenderMode Nested
Field Value
GroupRenderMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|