Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupDescription

    Show / Hide Table of Contents

    Class GroupDescription

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

    Constructors

    GroupDescription()

    Initializes a new instance of the GroupDescription class.

    Declaration
    protected GroupDescription()

    Methods

    OnPropertyChanged(PropertyChangedEventArgs)

    This method fires when the property of the class is changed.

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

    The System.ComponentModel.PropertyChangedEventArgs that contains the event data.

    ShouldSerializeGroupNames()

    Determines whether to serialize the group names in the collection view.

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

    A boolean value indicating whether the group names collection is empty.

    Events

    PropertyChanged

    Occurs when the property of the class is changed.

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

    Implements

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