AutoCreateDetailDescriptions Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionViewSource Class : AutoCreateDetailDescriptions Property

Gets a value indicating whether the detail descriptions are automatically created.

Syntax

Visual Basic (Declaration) 
Public Property AutoCreateDetailDescriptions As Boolean
C# 
public bool AutoCreateDetailDescriptions {get; set;}

Return Value

true if the detail descriptions are automatically created; false otherwise. By default, true.

Remarks

Automatic creation of detail descriptions can be disabled by setting the AutoCreateDetailDescriptions property of the DataGridCollectionViewSource to false (by default, true) or by specifying so when creating an instance of the DataGridCollectionView.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also