Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ISnapControl.ShowGroupFieldsForm(Object, IServiceProvider) Method

    For internal use. Invokes the Group Fields Collection Editor.

    Namespace: DevExpress.Snap.Core

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    void ShowGroupFieldsForm(
        object objectToChange,
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type Description
    objectToChange Object

    A Object value.

    serviceProvider IServiceProvider

    An object implementing the IServiceProvider interface.

    See Also