Xceed DataGrid for WPF v7.2 Documentation
AutoCreateDetailDescriptions Property (DataGridCollectionViewBase)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionViewBase Class : AutoCreateDetailDescriptions Property
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
public bool AutoCreateDetailDescriptions {get;}

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

Reference

DataGridCollectionViewBase Class
DataGridCollectionViewBase Members