GroupInfo(Object, String, Boolean) Constructor
Initializes a new instance of the GroupInfo class with specified settings.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public GroupInfo(
object value,
string text,
bool isCollapsed
)
Parameters
| Name | Type |
|---|---|
| value | Object |
| text | String |
| isCollapsed | Boolean |
See Also