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

Telerik.Web.UI.TreeListPopUpSettings

Represents the settings of the PopUp edit form in RadTreeList.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.TreeListPopUpSettings

Properties

CloseButtonToolTip String

Gets or sets the tooltip that will be displayed when you hover the close button of the popup edit form.

Height Unit

Gets or sets a value specifying the grid height in pixels (px).

Gets or sets a boolean value indicating whether the PopUp edit form will be modal.

ScrollBars ScrollBars

Gets or sets the visibility and position of scroll bars in the PopUp edit form of RadTreeList.

ShowCaptionInEditForm Boolean

Gets or sets a value indicating whether the caption text is shown in the edit form.

Width Unit

Gets or sets a value specifying the grid height in pixels (px).

ZIndex Int32

Gets or sets an integer value indicating the z-index assigned to the PopUp edit form.

In this article