Class GridViewToggleRowDetailsColumnExpandMode
Defines the row details expand behavior for a GridViewToggleRowDetailsColumn.
Inheritance
System.Object
GridViewToggleRowDetailsColumnExpandMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class GridViewToggleRowDetailsColumnExpandMode : Enum
Fields
Multiple
The user can expand multiple row details.
Declaration
public const GridViewToggleRowDetailsColumnExpandMode Multiple
Field Value
GridViewToggleRowDetailsColumnExpandMode
|
Single
The user can expand only one row details at a time.
Declaration
public const GridViewToggleRowDetailsColumnExpandMode Single
Field Value
GridViewToggleRowDetailsColumnExpandMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|