Version

Columns Property (WebDataGrid)

Contains definition of the grid's columns.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Columns As GridFieldCollection
public virtual GridFieldCollection Columns {get;}
Remarks
The property is available to be used publicly and is serialized into the aspx file. When the AutoGenerateColumns property is set to False all of the columns in the grid are taken from this collection, there is no additionally generated columns in this case.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also