Gets a boolean value indicating whether the card view display to display sub-properties of cell value.
'Declaration
Public Shared Function IsShownInCardView( _
ByVal As Object _
) As Boolean
'Usage
Dim cellValue As Object
Dim value As Boolean
value = UIHelper.IsShownInCardView(cellValue)
Parameters
- cellValue
- The cell value.