DataGridTableStyle Constructor (Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the DataGridTableStyle class using the specified value to determine whether the grid table is the default style.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- isDefaultTableStyle
-
Type:
System::Boolean
true to specify the table as the default; otherwise, false.
The following code example creates a new DataGridTableStyle and adds it to the GridTableStylesCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: