DataGridParentRowsLabelStyle | serializable |
System.Windows.Forms (system.windows.forms.dll) | enum |
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 System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
DataGridParentRowsLabelStyle
Returned By
DataGrid.ParentRowsLabelStyle
Passed To
DataGrid.ParentRowsLabelStyle
|