XmlTreeView
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class XmlTreeView
Inheritance: objectXmlTreeView
Constructors
C#
public XmlTreeView()
Fields
C#
public bool AllowArbitraryItemHeight
C#
public bool AllowDragDrop
C#
public bool AllowIncrementalSearch
C#
public bool AllowPlusMinusAnimation
C#
public bool CheckBoxes
C#
public ExpandAnimation ExpandAnimation
C#
public bool FullRowSelect
C#
public int ItemHeight
C#
public TreeLineStyle LineStyle
C#
public int MouseDownEditDelay
C#
public bool MultiSelect
Nodes
List<XmlTreeNode>
C#
public List<XmlTreeNode> Nodes
C#
public string PathSeparator
C#
public double PlusMinusAnimationStep
C#
public RightToLeft RightToLeft
C#
public bool ShowExpandCollapse
C#
public bool ShowPlusMinus
C#
public bool ShowRootLines
C#
public int SpacingBetweenNodes
C#
public string ThemeClassName
C#
public int TreeIndent
C#
public bool TriStateMode
Properties
C#
public string XmlBackColor { get; set; }
C#
public string XmlLineColor { get; set; }
Methods
C#
public virtual void ReadUnknownAttribute(XmlAttribute attribute)