In This Topic
Gets a boolean value indicating whether the card view display to display sub-properties of cell value.
Syntax
'Declaration
Public Shared Function IsShownInCardView( _
ByVal As Object _
) As Boolean
'Usage
Dim cellValue As Object
Dim value As Boolean
value = UIHelper.IsShownInCardView(cellValue)
public static bool IsShownInCardView(
object
)
Parameters
- cellValue
- The cell value.
See Also