ItemFormatter Property (TransposedGrid<T>)
In This Topic
Gets or sets a formatter function used to customize cells on this grid.
Syntax
'Declaration
Public Overridable Property ItemFormatter As String
public virtual string ItemFormatter {get; set;}
See Also