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

Gets or sets a value indicating whether the end user can toggle the expansion state of the child details of the details to which the configuration is applied.

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 child details; false otherwise.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also