alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GroupingAttribute

    Class which indicates whether a property supports grouping functionality in data-bound collections or views.

    Inheritance
    System.Object
    GroupingAttribute
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class GroupingAttribute : Attribute, INotifyPropertyChanged

    Constructors

    GroupingAttribute(Boolean)

    Initializes a new instance of the GroupingAttribute class.

    Declaration
    public GroupingAttribute(bool cangroup)
    Parameters
    Type Name Description
    System.Boolean cangroup

    Indicates whether the associated property can be used for grouping.

    Properties

    CanGroup

    Gets a value indicating whether the associated property can be used for grouping.

    Declaration
    public bool CanGroup { get; set; }
    Property Value
    Type
    System.Boolean

    Events

    PropertyChanged

    Occurs when the value of a property changes.

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

    Implements

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