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)

属性值

用于设置与该列关联的数据项格式的函数。

适用于