Gets or sets a value indicating whether the end user can toggle the expansion state of the grid's immediate child details.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property AllowDetailToggle As Boolean |
| C# | |
|---|
public bool AllowDetailToggle {get; set;} |
Return Value
true if the end user can toggle the expansion state of the grid's immediate child details;
false otherwise. Only the details of master data items will be affected.
Requirements
Supported Frameworks: Microsoft .NET Framework version 3.5
See Also