WPF

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

    Show / Hide Table of Contents

    Class GroupInfo

    Inheritance
    System.Object
    GroupInfo
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class GroupInfo : DependencyObject

    Constructors

    GroupInfo()

    Declaration
    public GroupInfo()

    Fields

    FilterValuesProperty

    Declaration
    public static readonly DependencyProperty FilterValuesProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ItemsProperty

    Declaration
    public static readonly DependencyProperty ItemsProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NameProperty

    Declaration
    public static readonly DependencyProperty NameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortDirectionProperty

    Declaration
    public static readonly DependencyProperty SortDirectionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    CanInsert

    Declaration
    public bool CanInsert { get; }
    Property Value
    Type Description
    System.Boolean

    CanInsertAfterThis

    Declaration
    public bool CanInsertAfterThis { get; }
    Property Value
    Type Description
    System.Boolean

    CheckedValues

    Declaration
    public List<object> CheckedValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    FilterValues

    Declaration
    public List<object> FilterValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    Items

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

    Level

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    SortDirection

    Declaration
    public SortingDirection SortDirection { get; set; }
    Property Value
    Type Description
    SortingDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved