Class RadTreeList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadTreeList : HtmlContainerControl
Constructors
RadTreeList()
Declaration
public RadTreeList()
RadTreeList(Element)
Properties
AllowColumnResize
Declaration
public bool AllowColumnResize { get; }
Property Value
System.Boolean
|
AllowColumnsReorder
Declaration
public bool AllowColumnsReorder { get; }
Property Value
System.Boolean
|
AllowRowSelection
Declaration
public bool AllowRowSelection { get; }
Property Value
System.Boolean
|
AllowToggleSelection
Declaration
public bool AllowToggleSelection { get; }
Property Value
System.Boolean
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
CurrentPageIndex
Declaration
public int CurrentPageIndex { get; }
Property Value
System.Int32
|
DataItems
Declaration
public IList<TreeListDataItem> DataItems { get; }
Property Value
System.Collections.Generic.IList<TreeListDataItem>
|
EditedItems
Declaration
public IList<TreeListDataItem> EditedItems { get; }
Property Value
System.Collections.Generic.IList<TreeListDataItem>
|
EnableRealTimeResize
Declaration
public bool EnableRealTimeResize { get; }
Property Value
System.Boolean
|
ExpandedItems
Declaration
public IList<TreeListDataItem> ExpandedItems { get; }
Property Value
System.Collections.Generic.IList<TreeListDataItem>
|
IsScrollingEnabled
Declaration
public bool IsScrollingEnabled { get; }
Property Value
System.Boolean
|
LiteExpandedItems
Declaration
public IList<TreeListDataItem> LiteExpandedItems { get; }
Property Value
System.Collections.Generic.IList<TreeListDataItem>
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Pager
PagerMode
Declaration
public string PagerMode { get; }
Property Value
System.String
|
RenderMode
ReorderColumnsOnClient
Declaration
public bool ReorderColumnsOnClient { get; }
Property Value
System.Boolean
|
ResizeMode
SelectedIndexes
SelectedItems
Declaration
public IList<TreeListDataItem> SelectedItems { get; }
Property Value
System.Collections.Generic.IList<TreeListDataItem>
|
Skin
Declaration
public string Skin { get; }
Property Value
System.String
|
StaticHeadersEnabled
Declaration
public bool StaticHeadersEnabled { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
ControlAssert()
FindItems(Predicate<TreeListDataItem>)
Declaration
public IList<TreeListDataItem> FindItems(Predicate<TreeListDataItem> predicate)
Parameters
System.Predicate<TreeListDataItem>
predicate
|
Returns
System.Collections.Generic.IList<TreeListDataItem>
|
SelectAllItems()
Declaration
public void SelectAllItems()