GetDataDisplay Method (C1FlexGridBase)
In This Topic
Gets the value in a grid cell, formatted as a string.
Overload List
Overload | Description |
GetDataDisplay(Int32,Int32) |
Gets the value in a grid cell, formatted as a string.
|
GetDataDisplay(Int32,String) |
Gets the value in a grid cell, formatted as a string.
|
GetDataDisplay(Int32,Int32,Image,CheckEnum) |
Gets the value in a grid cell, formatted as a string, and the image or checkbox in the cell.
|
GetDataDisplay(Int32,String,Image,CheckEnum) |
Gets the value in a grid cell, formatted as a string, and the image or checkbox in the cell.
|
See Also