AllowDetailToggle Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : AllowDetailToggle Property

Gets or sets a value indicating whether the end user can toggle the expansion state of the grid's immediate child details. This feature is available only in the Professional Edition

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