Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupContext - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupContext

    Class that contains the information of the group like child groups, items count, key, details of the group, etc.

    Inheritance
    System.Object
    GroupContext
    Namespace: Syncfusion.DataSource
    Assembly: Syncfusion.DataSource.Portable.dll
    Syntax
    public class GroupContext : Object

    Constructors

    GroupContext()

    Initializes a new instance of the GroupContext class.

    Declaration
    public GroupContext()

    Properties

    ChildGroups

    Gets or sets the child groups.

    Declaration
    public List<GroupContext> ChildGroups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GroupContext>

    Count

    Gets or sets the item count.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    Details

    Gets or sets the enumerable collection.

    Declaration
    public IEnumerable Details { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    Key

    Gets the key value.

    Declaration
    public object Key { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved