GroupInfo(Object, String, Boolean) Constructor
In This Article
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
C#
public GroupInfo(
object value,
string text,
bool isCollapsed
)
#Parameters
Name | Type |
---|---|
value | Object |
text | String |
is |
Boolean |
See Also