Defines the row details expand behavior for a GridViewToggleRowDetailsColumn.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum GridViewToggleRowDetailsColumnExpandMode
Fields
The user can expand multiple row details.
C#
Multiple = 0
The user can expand only one row details at a time.
C#
Single = 1