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


In This Topic
    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
     
    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