Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridCollectionViewBase Class / AutoCreateDetailDescriptions Property


AutoCreateDetailDescriptions Property (DataGridCollectionViewBase)
Gets a value indicating whether the detail descriptions are automatically created.
Syntax
'Declaration
 
Public ReadOnly Property AutoCreateDetailDescriptions As Boolean
 
'Usage
 
Dim instance As DataGridCollectionViewBase
Dim value As Boolean
 
instance.AutoCreateDetailDescriptions = value
 
value = instance.AutoCreateDetailDescriptions

Property 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 theDataGridCollectionViewSource to false (by default, true) or by specifying so when creating an instance of the DataGridCollectionView.
Requirements

See Also