WebGridColumn.Format 屬性

定義

取得或設定用來格式化與資料行相關聯之資料項目的 WebGrid 函式。

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

屬性值

此函數是用來格式化與資料行相關聯的那個資料項目。

適用於