WebGridColumn.Format Property

Definition

Gets or sets a function that is used to format the data item that is associated with the WebGrid column.

public Func<dynamic,object> Format { get; set; }
member this.Format : Func<obj, obj> with get, set
Public Property Format As Func(Of Object, Object)

Property Value

The function that is used to format that data item that is associated with the column.

Applies to