AutoCreateDetailDescriptions Property (DataGridCollectionViewBase)
In This Topic
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
value = instance.AutoCreateDetailDescriptions
public bool AutoCreateDetailDescriptions {get;}
Property Value
true if the
detail descriptions are automatically created;
false otherwise. By default,
true.
Requirements
See Also