Class XmlTreeNode
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class XmlTreeNode : IXmlTreeSerializable
Constructors
XmlTreeNode()
Declaration
public XmlTreeNode()
XmlTreeNode(RadTreeNode)
Fields
AdditionalTextEndPosition
Declaration
public int AdditionalTextEndPosition
Field Value
System.Int32
|
AdditionalTextStartPosition
Declaration
public int AdditionalTextStartPosition
Field Value
System.Int32
|
AllowDrop
Declaration
public bool AllowDrop
Field Value
System.Boolean
|
BackColor
Declaration
public Color BackColor
Field Value
System.Drawing.Color
|
BackColor2
Declaration
public Color BackColor2
Field Value
System.Drawing.Color
|
BackColor3
Declaration
public Color BackColor3
Field Value
System.Drawing.Color
|
BackColor4
Declaration
public Color BackColor4
Field Value
System.Drawing.Color
|
BorderColor
Declaration
public Color BorderColor
Field Value
System.Drawing.Color
|
CheckState
CheckType
Expanded
Declaration
public bool Expanded
Field Value
System.Boolean
|
Font
Declaration
public Font Font
Field Value
System.Drawing.Font
|
ForeColor
Declaration
public Color ForeColor
Field Value
System.Drawing.Color
|
ForeColor2
Declaration
public Color ForeColor2
Field Value
System.Drawing.Color
|
GradientAngle
Declaration
public float GradientAngle
Field Value
System.Single
|
GradientPercentage
Declaration
public float GradientPercentage
Field Value
System.Single
|
GradientPercentage2
Declaration
public float GradientPercentage2
Field Value
System.Single
|
GradientStyle
ImageIndex
Declaration
public int ImageIndex
Field Value
System.Int32
|
ImageInFill
Declaration
public bool ImageInFill
Field Value
System.Boolean
|
ImageKey
Declaration
public string ImageKey
Field Value
System.String
|
ItemHeight
Declaration
public int ItemHeight
Field Value
System.Int32
|
Label
Declaration
public string Label
Field Value
System.String
|
Name
Declaration
public string Name
Field Value
System.String
|
Nodes
NumberOfColors
Declaration
public int NumberOfColors
Field Value
System.Int32
|
RightImageIndex
Declaration
public int RightImageIndex
Field Value
System.Int32
|
RightImageKey
Declaration
public string RightImageKey
Field Value
System.String
|
SelectedImageIndex
Declaration
public int SelectedImageIndex
Field Value
System.Int32
|
SelectedImageKey
Declaration
public string SelectedImageKey
Field Value
System.String
|
SelectedRightImageIndex
Declaration
public int SelectedRightImageIndex
Field Value
System.Int32
|
SelectedRightImageKey
Declaration
public string SelectedRightImageKey
Field Value
System.String
|
ShowRightImage
Declaration
public bool ShowRightImage
Field Value
System.Boolean
|
StateImageIndex
Declaration
public int StateImageIndex
Field Value
System.Int32
|
StateImageKey
Declaration
public string StateImageKey
Field Value
System.String
|
StateRightImageIndex
Declaration
public int StateRightImageIndex
Field Value
System.Int32
|
StateRightImageKey
Declaration
public string StateRightImageKey
Field Value
System.String
|
Tag
Declaration
public object Tag
Field Value
System.Object
|
Text
Declaration
public string Text
Field Value
System.String
|
TextAlignment
Declaration
public ContentAlignment TextAlignment
Field Value
System.Drawing.ContentAlignment
|
Visible
Declaration
public bool Visible
Field Value
System.Boolean
|
Properties
ColorConverter
Declaration
public static ColorConverter ColorConverter { get; }
Property Value
System.Drawing.ColorConverter
|
FontConverter
Declaration
public static FontConverter FontConverter { get; }
Property Value
System.Drawing.FontConverter
|
UseInvariantCulture
Declaration
public static bool UseInvariantCulture { get; set; }
Property Value
System.Boolean
|
XmlBackColor
Declaration
public string XmlBackColor { get; set; }
Property Value
System.String
|
XmlBackColor2
Declaration
public string XmlBackColor2 { get; set; }
Property Value
System.String
|
XmlBackColor3
Declaration
public string XmlBackColor3 { get; set; }
Property Value
System.String
|
XmlBackColor4
Declaration
public string XmlBackColor4 { get; set; }
Property Value
System.String
|
XmlBorderColor
Declaration
public string XmlBorderColor { get; set; }
Property Value
System.String
|
XmlFont
Declaration
public string XmlFont { get; set; }
Property Value
System.String
|
XmlForeColor
Declaration
public string XmlForeColor { get; set; }
Property Value
System.String
|
XmlForeColor2
Declaration
public string XmlForeColor2 { get; set; }
Property Value
System.String
|
Methods
Deserialize()
ReadUnknownAttribute(XmlAttribute)
Declaration
public virtual void ReadUnknownAttribute(XmlAttribute attribute)
Parameters
System.Xml.XmlAttribute
attribute
|