Name

DataGridParentRowsLabelStyle

Synopsis

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

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.