menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupDescription - UWP 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
    PropertyGroupDescription
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.UWP.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
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved