ClassRadListView
Represents RadListView for Asp.Net Ajax control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadListView : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadListView
Inherited Members
Constructors
RadListView()
Initializes a new instance of the RadListView class.
Declaration
public RadListView()
RadListView(Element)
Initializes a new instance of the RadListView class.
Properties
ClientId
The client id of the ListView.
ClientObjectElement
Get the span element which holds the client-side object of the ListView.
Declaration
protected HtmlSpan ClientObjectElement { get; }
Property Value
ClientSideLocator
The client-side locator of the RadCalendar.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CurrentLayout
Get the layout type of the ListView.
Declaration
public PredefinedLayoutType CurrentLayout { get; }
Property Value
LocatorExpression
Get the item locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PageCount
Get the page count of the ListView.
Methods
AssignElement(Element)
Assign a base element for this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element associated with the control.
Overrides