[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1TableViewSource-1.GetGroupTitle

GetGroupTitle Method

GetGroupTitle(UITableView, IDataCollectionGroup<object, object>)

Gets the title of a group.

Declaration
public virtual string GetGroupTitle(UITableView tableView, IDataCollectionGroup<object, object> group)
Parameters
Type Name Description
UITableView tableView

The table view.

IDataCollectionGroup<object, object> group

The group.

Returns
Type Description
string