'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the grid will handle child relations in the currently displayed data table.")> Public Property DisplayChildRelations As System.Boolean
'Usage
Dim instance As NDataGridView Dim value As System.Boolean instance.DisplayChildRelations = value value = instance.DisplayChildRelations
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the grid will handle child relations in the currently displayed data table.")] public System.bool DisplayChildRelations {get; set;}