menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupDescription - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupDescription

    Represents a class that defines the basic methods and properties for grouping the data in the collection view.

    Inheritance
    System.Object
    GroupDescription
    GroupDescriptor
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.DataSource
    Assembly: Syncfusion.DataSource.Portable.dll
    Syntax
    public abstract class GroupDescription : Object, INotifyPropertyChanged

    Constructors

    GroupDescription()

    Initializes a new instance of the GroupDescription class.

    Declaration
    protected GroupDescription()

    Properties

    GroupNames

    Gets the group names.

    Declaration
    public ObservableCollection<object> GroupNames { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>

    Methods

    OnPropertyChanged(PropertyChangedEventArgs)

    Declaration
    protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyChangedEventArgs e

    ShouldSerializeGroupNames()

    Determines whether to serialize group names or not.

    Declaration
    public bool ShouldSerializeGroupNames()
    Returns
    Type Description
    System.Boolean

    Returns the boolean value.

    Events

    PropertyChanged

    Occurs when the property is changed for the data objects on the collection.

    Declaration
    protected event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved