DataGridViewCell::Displayed Property
.NET Framework (current version)
Gets a value that indicates whether the cell is currently displayed on-screen.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the cell is on-screen or partially on-screen; otherwise, false.
Use this property to determine whether a particular cell has been scrolled off-screen.
If the cell's Visible property value is false, this property will return false as well.
.NET Framework
Available since 2.0
Available since 2.0
Show: