ClassTreeListMobileColumnsDisplayForm
Represents the RadTreeList for ASP.NET AJAX columns display form item control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class TreeListMobileColumnsDisplayForm : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivTreeListMobileColumnsDisplayForm
Inherited Members
Constructors
TreeListMobileColumnsDisplayForm()
Initializes a new instance of the TreeListColumnsDisplayForm class.
Declaration
public TreeListMobileColumnsDisplayForm()
TreeListMobileColumnsDisplayForm(Element)
Initializes a new instance of the TreeListColumnsDisplayForm class.
Declaration
public TreeListMobileColumnsDisplayForm(Element element)
Parameters
element
Properties
ClientSideLocator
The client-side locator of the table HTML control.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Get the item locator HtmlFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ShowHideButtons
Returns TreeList mobile form select button controls.
Declaration
public IList<HtmlInputCheckBox> ShowHideButtons { get; }
Property Value
isMobileColumnsDisplayFormVisible
Check if MobileFilterForm is visible.
Declaration
public bool isMobileColumnsDisplayFormVisible { get; }
Property Value
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ExportToButtonClick(TreeListExportType)
Click export to button.
Declaration
public void ExportToButtonClick(TreeListExportType type)
Parameters
type
ShowHideButtonClick(int)
Clicks the remove button of file with the specified index.