Skip to main content

SnapListGroups.CreateSnapListGroupInfo(SnapListGroupParam) Method

Creates a group in a document, using the specified parameter.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

SnapListGroupInfo CreateSnapListGroupInfo(
    SnapListGroupParam groupParameter
)

Parameters

Name Type Description
groupParameter SnapListGroupParam

A SnapListGroupParam structure.

Returns

Type Description
SnapListGroupInfo

An object implementing the SnapListGroupInfo interface.

See Also