RadTreeList
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class RadTreeList : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadTreeList
Inherited Members
Constructors
C#
public RadTreeList()
Properties
C#
public bool AllowColumnResize { get; }
C#
public bool AllowColumnsReorder { get; }
C#
public bool AllowRowSelection { get; }
C#
public bool AllowToggleSelection { get; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public int CurrentPageIndex { get; }
C#
public IList<TreeListDataItem> DataItems { get; }
C#
public IList<TreeListDataItem> EditedItems { get; }
C#
public bool EnableRealTimeResize { get; }
C#
public IList<TreeListDataItem> ExpandedItems { get; }
C#
public bool IsScrollingEnabled { get; }
C#
public IList<TreeListDataItem> LiteExpandedItems { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public TreeListPager Pager { get; }
C#
public RenderMode RenderMode { get; }
C#
public bool ReorderColumnsOnClient { get; }
C#
public ResizeModes ResizeMode { get; }
C#
public IndexesCollection SelectedIndexes { get; }
C#
public IList<TreeListDataItem> SelectedItems { get; }
C#
public bool StaticHeadersEnabled { get; }
Methods
C#
public IList<TreeListDataItem> FindItems(Predicate<TreeListDataItem> predicate)
C#
public void SelectAllItems()