New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadTreeNodeBinding

Represents the simple binding between the property value of an object and the property value of a Telerik.Web.UI.RadTreeNode RadTreeNode.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.NavigationItemBinding : IDataSourceViewSchemaAccessor
  • Telerik.Web.UI.RadTreeNodeBinding

Properties

AllowDrag Boolean

Specifies the exact value of the AllowDrag property of the RadTreeNode that will be created during the data binding.

AllowDragField Boolean

Specifies the field, containing the AllowDrag property value of the RadTreeNode that will be created during the data binding.

AllowDrop Boolean

Specifies the exact value of the AllowDrop property of the RadTreeNode that will be created during the data binding.

AllowDropField Boolean

Specifies the field, containing the AllowDrop property value of the RadTreeNode that will be created during the data binding.

AllowEdit Boolean

Specifies the exact value of the AllowEdit property of the RadTreeNode that will be created during the data binding.

AllowEditField Boolean

Specifies the field, containing the AllowEdit property value of the RadTreeNode that will be created during the data binding.

Category String

Specifies the exact value of the Category property of the RadTreeNode that will be created during the data binding.

CategoryField String

Specifies the field, containing the Category property value of the RadTreeNode that will be created during the data binding.

Checkable Boolean

Specifies the exact value of the Checkable property of the RadTreeNode that will be created during the data binding.

CheckableField Boolean

Specifies the field, containing the Checkable property value of the RadTreeNode that will be created during the data binding.

Checked Boolean

Specifies the exact value of the Checked property of the RadTreeNode that will be created during the data binding.

CheckedField Boolean

Specifies the field, containing the Checked property value of the RadTreeNode that will be created during the data binding.

ContentCssClass String

Specifies the exact value of the ContentCssClass property of the RadTreeNode that will be created during the data binding.

ContentCssClassField String

Specifies the field, containing the ContentCssClass property value of the RadTreeNode that will be created during the data binding.

ContextMenuID String

Specifies the exact value of the ContextMenuID property of the RadTreeNode that will be created during the data binding.

ContextMenuIDField String

Specifies the field, containing the ContextMenuID property value of the RadTreeNode that will be created during the data binding.

DisabledCssClass String

Specifies the exact value of the DisabledCssClass property of the RadTreeNode that will be created during the data binding.

DisabledCssClassField String

Specifies the field, containing the DisabledCssClass property value of the RadTreeNode that will be created during the data binding.

DisabledImageUrl String

Specifies the exact value of the DisabledImageUrl property of the RadTreeNode that will be created during the data binding.

DisabledImageUrlField String

Specifies the field, containing the DisabledImageUrl property value of the RadTreeNode that will be created during the data binding.

EnableContextMenu Boolean

Specifies the exact value of the EnableContextMenu property of the RadTreeNode that will be created during the data binding.

EnableContextMenuField Boolean

Specifies the field, containing the EnableContextMenu property value of the RadTreeNode that will be created during the data binding.

Expanded Boolean

Specifies the exact value of the Expanded property of the RadTreeNode that will be created during the data binding.

ExpandedField Boolean

Specifies the field, containing the Expanded property value of the RadTreeNode that will be created during the data binding.

ExpandedImageUrl Boolean

Specifies the exact value of the ExpandedImageUrl property of the RadTreeNode that will be created during the data binding.

ExpandedImageUrlField Boolean

Specifies the field, containing the ExpandedImageUrl property value of the RadTreeNode that will be created during the data binding.

ExpandMode TreeNodeExpandMode

Specifies the exact value of the ExpandMode property of the RadTreeNode that will be created during the data binding.

ExpandModeField TreeNodeExpandMode

Specifies the field, containing the ExpandMode property value of the RadTreeNode that will be created during the data binding.

HoveredCssClass String

Specifies the exact value of the HoveredCssClass property of the RadTreeNode that will be created during the data binding.

HoveredCssClassField String

Specifies the field, containing the HoveredCssClass property value of the RadTreeNode that will be created during the data binding.

ModelID String

Specifies the model to bind against in OData scenarios. The selected model is used to the current depth (level) only.

SelectedCssClass String

Specifies the exact value of the SelectedCssClass property of the RadTreeNode that will be created during the data binding.

SelectedCssClassField String

Specifies the field, containing the SelectedCssClass property value of the RadTreeNode that will be created during the data binding.

SelectedImageUrl String

Specifies the exact value of the SelectedImageUrl property of the RadTreeNode that will be created during the data binding.

SelectedImageUrlField String

Specifies the field, containing the SelectedImageUrl property value of the RadTreeNode that will be created during the data binding.

In this article