Class XmlTreeView
Inheritance
System.Object
XmlTreeView
Inherited Members
System.Object.ToString()
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.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class XmlTreeView : IXmlTreeSerializable
Constructors
XmlTreeView()
Declaration
public XmlTreeView()
XmlTreeView(RadTreeView)
Fields
AllowArbitraryItemHeight
Declaration
public bool AllowArbitraryItemHeight
Field Value
System.Boolean
|
AllowDragDrop
Declaration
public bool AllowDragDrop
Field Value
System.Boolean
|
AllowDrop
Declaration
public bool AllowDrop
Field Value
System.Boolean
|
AllowIncrementalSearch
Declaration
public bool AllowIncrementalSearch
Field Value
System.Boolean
|
AllowPlusMinusAnimation
Declaration
public bool AllowPlusMinusAnimation
Field Value
System.Boolean
|
BackColor
Declaration
public Color BackColor
Field Value
System.Drawing.Color
|
CheckBoxes
Declaration
public bool CheckBoxes
Field Value
System.Boolean
|
ExpandAnimation
FullRowSelect
Declaration
public bool FullRowSelect
Field Value
System.Boolean
|
ItemHeight
Declaration
public int ItemHeight
Field Value
System.Int32
|
LabelEdit
Declaration
public bool LabelEdit
Field Value
System.Boolean
|
LineColor
Declaration
public Color LineColor
Field Value
System.Drawing.Color
|
LineStyle
LineWidth
Declaration
public float LineWidth
Field Value
System.Single
|
MouseDownEditDelay
Declaration
public int MouseDownEditDelay
Field Value
System.Int32
|
MultiSelect
Declaration
public bool MultiSelect
Field Value
System.Boolean
|
Nodes
PathSeparator
Declaration
public string PathSeparator
Field Value
System.String
|
PlusMinusAnimationStep
Declaration
public double PlusMinusAnimationStep
Field Value
System.Double
|
RightToLeft
Declaration
public RightToLeft RightToLeft
Field Value
System.Windows.Forms.RightToLeft
|
ShowExpandCollapse
Declaration
public bool ShowExpandCollapse
Field Value
System.Boolean
|
ShowLines
Declaration
public bool ShowLines
Field Value
System.Boolean
|
ShowPlusMinus
Declaration
public bool ShowPlusMinus
Field Value
System.Boolean
|
ShowRootLines
Declaration
public bool ShowRootLines
Field Value
System.Boolean
|
SpacingBetweenNodes
Declaration
public int SpacingBetweenNodes
Field Value
System.Int32
|
ThemeClassName
Declaration
public string ThemeClassName
Field Value
System.String
|
ThemeName
Declaration
public string ThemeName
Field Value
System.String
|
TreeIndent
Declaration
public int TreeIndent
Field Value
System.Int32
|
TriStateMode
Declaration
public bool TriStateMode
Field Value
System.Boolean
|
Properties
XmlBackColor
Declaration
public string XmlBackColor { get; set; }
Property Value
System.String
|
XmlLineColor
Declaration
public string XmlLineColor { get; set; }
Property Value
System.String
|
Methods
Deserialize(RadTreeView)
ReadUnknownAttribute(XmlAttribute)
Declaration
public virtual void ReadUnknownAttribute(XmlAttribute attribute)
Parameters
System.Xml.XmlAttribute
attribute
|