London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class JsTreePanel

Inheritance
System.Object
JsTreePanel
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class JsTreePanel : ScriptControl

Constructors

JsTreePanel()

Declaration
public JsTreePanel()

Properties

AfterRenderScript

Gets or sets the after render script.

Declaration
public string AfterRenderScript { get; set; }
Property Value
Type Description
System.String

The after render script.

AutoHeight

Gets or sets a value indicating whether [auto height].

Declaration
public bool AutoHeight { get; set; }
Property Value
Type Description
System.Boolean

true if [auto height]; otherwise, false.

AutoScroll

Gets or sets a value indicating whether [auto scroll].

Declaration
public bool AutoScroll { get; set; }
Property Value
Type Description
System.Boolean

true if [auto scroll]; otherwise, false.

BlankImageUrl

Gets or sets the blank image URL.

Declaration
public string BlankImageUrl { get; set; }
Property Value
Type Description
System.String

The blank image URL.

BodyStyle

Gets or sets the body style.

Declaration
public string BodyStyle { get; set; }
Property Value
Type Description
System.String

The body style.

FillToContainer

Gets or sets a value indicating whether [fill to container].

Declaration
public bool FillToContainer { get; set; }
Property Value
Type Description
System.Boolean

true if [fill to container]; otherwise, false.

FolderId

Gets or sets the folder id.

Declaration
public string FolderId { get; set; }
Property Value
Type Description
System.String

The folder id.

IconCss

Gets or sets the icon CSS.

Declaration
public string IconCss { get; set; }
Property Value
Type Description
System.String

The icon CSS.

IconUrl

Gets or sets the icon URL.

Declaration
public string IconUrl { get; set; }
Property Value
Type Description
System.String

The icon URL.

NodeTextCss

Gets or sets the node text CSS.

Declaration
public string NodeTextCss { get; set; }
Property Value
Type Description
System.String

The node text CSS.

RootHrefCommand

Gets or sets the root href command.

Declaration
public string RootHrefCommand { get; set; }
Property Value
Type Description
System.String

The root href command.

RootHrefTarget

Gets or sets the root href target.

Declaration
public string RootHrefTarget { get; set; }
Property Value
Type Description
System.String

The root href target.

RootId

Gets or sets the root id.

Declaration
public string RootId { get; set; }
Property Value
Type Description
System.String

The root id.

RootNodeText

Gets or sets the root node text.

Declaration
public string RootNodeText { get; set; }
Property Value
Type Description
System.String

The root node text.

RootVisible

Gets or sets the root visible.

Declaration
public bool RootVisible { get; set; }
Property Value
Type Description
System.Boolean

The root visible.

ShowBorder

Gets or sets a value indicating whether [show border].

Declaration
public bool ShowBorder { get; set; }
Property Value
Type Description
System.Boolean

true if [show border]; otherwise, false.

TreeSourceUrl

Gets or sets the tree source URL.

Declaration
public string TreeSourceUrl { get; set; }
Property Value
Type Description
System.String

The tree source URL.

Methods

GetScriptDescriptors()

Declaration
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor>

GetScriptReferences()

Declaration
protected override IEnumerable<ScriptReference> GetScriptReferences()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference>

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Render(HtmlTextWriter)

Renders the specified writer.

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

The writer.