WebGrid.ColumnNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection that contains the name of each data column that is bound to the WebGrid instance.
public System.Collections.Generic.IEnumerable<string> ColumnNames { get; }
member this.ColumnNames : seq<string>
Public ReadOnly Property ColumnNames As IEnumerable(Of String)
Property Value
The collection of data column names.