Class GroupInfo
Inheritance
System.Object
GroupInfo
Assembly: Syncfusion.Tools.Wpf.dll
public class GroupInfo : DependencyObject
Constructors
Declaration
Fields
Declaration
public static readonly DependencyProperty FilterValuesProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty ItemsProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty SortDirectionProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public bool CanInsert { get; }
Property Value
Declaration
public bool CanInsertAfterThis { get; }
Property Value
Declaration
public List<object> CheckedValues { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.Object> |
Declaration
public List<object> FilterValues { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.Object> |
Declaration
public ObservableCollection<object> Items { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<System.Object> |
Declaration
public int Level { get; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public SortingDirection SortDirection { get; set; }
Property Value