Class TreeListViewBehavior
Inheritance
System.Object
TreeListViewBehavior
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TreeListViewBehavior : Behavior<RadTreeListView>
Constructors
TreeListViewBehavior()
Declaration
public TreeListViewBehavior()
Fields
FilterDescriptorsProperty
Declaration
public static readonly DependencyProperty FilterDescriptorsProperty
Field Value
System.Windows.DependencyProperty
|
SelectedItemsProperty
Declaration
public static readonly DependencyProperty SelectedItemsProperty
Field Value
System.Windows.DependencyProperty
|
SortDescriptorsProperty
Declaration
public static readonly DependencyProperty SortDescriptorsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
FilterDescriptors
Declaration
public INotifyCollectionChanged FilterDescriptors { get; set; }
Property Value
System.Collections.Specialized.INotifyCollectionChanged
|
SelectedItems
Declaration
public INotifyCollectionChanged SelectedItems { get; set; }
Property Value
System.Collections.Specialized.INotifyCollectionChanged
|
SortDescriptors
Declaration
public INotifyCollectionChanged SortDescriptors { get; set; }
Property Value
System.Collections.Specialized.INotifyCollectionChanged
|
Methods
OnAttached()
Declaration
protected override void OnAttached()