DataGridViewColumnDesignTimeVisibleAttribute Class
Specifies whether a column type is visible in the DataGridView designer. This class cannot be inherited.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
By default, types derived from DataGridViewColumn appear in DataGridView control-specific parts of the Visual Studio designer, but inherit a DesignTimeVisibleAttribute of No to prevent them from appearing in other parts of the designer. This is necessary because the DataGridViewColumn type implements the IComponent interface, which normally makes an instance of the type appear in the designer.
Use this attribute to prevent a DataGridViewColumn type from appearing in the DataGridView control-specific designer.
For more information about using attributes, see Extending Metadata Using Attributes.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.