Version

IsRowSpanning Method (IDataSource)

Returns whether the requested row type is considered a spanning element for the data source. Spanning elements have a single complex value rather than the current schema of the data source.
Syntax
bool IsRowSpanning( 
   DataSourceRowType rowType
)

Parameters

rowType
The row type to check.

Return Value

Whether the row type is considered spanning.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also