C# Class Serenity.SlickFormatterContext

Show file Open project: volkanceylan/Serenity Class Usage Examples

Public Properties

Property Type Description
Cell int
Column SlickColumn
Item dynamic
Row int
Value object

Property Details

Cell public property

public int Cell
return int

Column public property

public SlickColumn,Serenity Column
return SlickColumn

Item public property

public dynamic Item
return dynamic

Row public property

public int Row
return int

Value public property

public object Value
return object