.NET Windows Forms in a Nutshell
This enumeration is used to specify how parent rows are labeled in a grid control. See DataGrid for more information. public enum DataGridParentRowsLabelStyle { None = 0 , TableName = 1 , ColumnName = 2 , Both = 3 } Hierarchy
System.Object Returned By
DataGrid.ParentRowsLabelStyle Passed To
DataGrid.ParentRowsLabelStyle |