DataGridViewBand::Visible Property
.NET Framework (current version)
Gets or sets a value indicating whether the band is visible to the user.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the band is visible; otherwise, false. The default is true.
| Exception | Condition |
|---|---|
| InvalidOperationException | The specified value when setting this property is false and the band is the row for new records. |
This property can be used to hide extraneous columns or rows.
The following code example demonstrates how to use the Visible property to hide a row. This code example is part of a larger example provided for the DataGridViewBand class.
.NET Framework
Available since 2.0
Available since 2.0
Show: