ClassRadDataForm
Class
Represents RadDataForm for Asp.Net Ajax control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadDataForm : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadDataForm
Inherited Members
Constructors
RadDataForm()
Initializes a new instance of the RadDataForm class.
Declaration
cs-api-definition
public RadDataForm()
RadDataForm(Element)
Initializes a new instance of the RadDataForm class.
Properties
ClientSideLocator
The client-side locator of the RadCalendar.
Declaration
cs-api-definition
public override string ClientSideLocator { get; }
Property Value
Overrides
HasClientBinding
Get whether the client binding of the DataForm is enabled.
LocatorExpression
Get the item locator FindParam.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PageIndex
Get the page index of the DataForm.
VirtualItemCount
Get the virtual item count.
Methods
AssignElement(Element)
Assign a base element for this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element associated with the control.
Overrides