Skip to main content

GroupInfo(DXCollectionView, Int32, String, Object, String, String, Boolean, DataGroupInterval) Constructor

Initializes a new instance of the GroupInfo class with specified settings.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public GroupInfo(
    DXCollectionView collectionView,
    int itemHandle,
    string groupCaption,
    object groupValue,
    string groupValueText,
    string headerText,
    bool isCollapsed,
    DataGroupInterval groupInterval
)

Parameters

Name Type Description
collectionView DXCollectionView

The collection view instance.

itemHandle Int32

The group row handle.

groupCaption String

The group caption.

groupValue Object

The group value.

groupValueText String

The text string used to display the group value.

headerText String

The text string that is displayed in the group header.

isCollapsed Boolean

Gets or sets whether the group is collapsed.

groupInterval DataGroupInterval

The group interval.

See Also