Gets a value indicating whether the detail descriptions are automatically created.
| 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.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.
Supported Frameworks: Microsoft .NET Framework version 3.5