Class
TreeListViewBehavior

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TreeListViewBehavior : Behavior<RadTreeListView>

Inheritance: objectTreeListViewBehavior

Constructors

TreeListViewBehavior()

Declaration

cs-api-definition
public TreeListViewBehavior()

Fields

FilterDescriptorsProperty

Declaration

cs-api-definition
public static readonly DependencyProperty FilterDescriptorsProperty

Field Value

DependencyProperty

SelectedItemsProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedItemsProperty

Field Value

DependencyProperty

SortDescriptorsProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SortDescriptorsProperty

Field Value

DependencyProperty

Properties

FilterDescriptors

Declaration

cs-api-definition
public INotifyCollectionChanged FilterDescriptors { get; set; }

Property Value

INotifyCollectionChanged

SelectedItems

Declaration

cs-api-definition
public INotifyCollectionChanged SelectedItems { get; set; }

Property Value

INotifyCollectionChanged

SortDescriptors

Declaration

cs-api-definition
public INotifyCollectionChanged SortDescriptors { get; set; }

Property Value

INotifyCollectionChanged

Methods

OnAttached()

Declaration

cs-api-definition
protected override void OnAttached()