WebGridColumn.Style Property

Definition

Gets or sets the CSS class attribute that is rendered as part of the HTML table cells that are associated with the WebGrid column.

public string Style { get; set; }
member this.Style : string with get, set
Public Property Style As String

Property Value

The CSS class attribute that is applied to cells that are associated with the column.

Applies to