DataGridViewHeaderCell::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)
public: [BrowsableAttribute(false)] property bool Displayed { virtual bool get() override; }
Property Value
Type: System::Booleantrue if the cell is on-screen or partially on-screen; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: