WebGrid.ColumnNames Property

Definition

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.

Applies to