menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupExpandCollapseChangingEventArgs - API Reference

    Show / Hide Table of Contents

    Class GroupExpandCollapseChangingEventArgs

    Provides data for the GroupExpanding and GroupCollapsing events.

    Inheritance
    System.Object
    GroupExpandCollapseChangingEventArgs
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public class GroupExpandCollapseChangingEventArgs : CancelEventArgs

    Constructors

    GroupExpandCollapseChangingEventArgs()

    Initializes a new instance of the GroupExpandCollapseChangingEventArgs class.

    Declaration
    public GroupExpandCollapseChangingEventArgs()

    Properties

    Groups

    Gets a list that corresponding groups being expanded or collapsed in view.

    Declaration
    public IList<GroupResult> Groups { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<GroupResult>

    The GroupResult that is being changed in view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved