skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class XmlTreeNode

Inheritance
System.Object
XmlTreeNode
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 XmlTreeNode : IXmlTreeSerializable

Constructors

XmlTreeNode()

Declaration
public XmlTreeNode()

XmlTreeNode(RadTreeNode)

Declaration
public XmlTreeNode(RadTreeNode node)
Parameters
RadTreeNode node

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

Declaration
public ToggleState CheckState
Field Value
ToggleState

CheckType

Declaration
public CheckType CheckType
Field Value
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

Declaration
public GradientStyles GradientStyle
Field Value
GradientStyles

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

Declaration
public List<XmlTreeNode> Nodes
Field Value
System.Collections.Generic.List<XmlTreeNode>

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()

Declaration
public RadTreeNode Deserialize()
Returns
RadTreeNode

ReadUnknownAttribute(XmlAttribute)

Declaration
public virtual void ReadUnknownAttribute(XmlAttribute attribute)
Parameters
System.Xml.XmlAttribute attribute

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.