The following tables list the members exposed by PagerBuilder.
            
            
            
            
            
            
            
            
            
            
            
            
            
            Public Methods
|   | Name | Description | 
  | CssClass | Sets the css class of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | CssStyle | Sets one CSS property. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | CssStyles | Sets the CSS styles. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | Height | Overloaded. Sets the height of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | HtmlAttribute | Sets one HTML attribute. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | HtmlAttributes | Overloaded. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | Id | Sets the id of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | IsDisabled | Sets isDisabled state of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | OnClientGotFocus | Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | OnClientLostFocus | Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | Owner | Sets the Owner property.   | 
  | TemplateBind | When the control works in template mode, bind the property which name is specified to some item which name is specified. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | ToHtmlString | Get an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<Pager,PagerBuilder>) | 
  | ToTemplate | Transfer to template mode. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
  | Width | Overloaded. Sets the width of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<Pager,PagerBuilder>) | 
Top 
            
            
            Extension Methods
|   | Name | Description | 
  | ToTemplate | Render the html string in template mode. | 
Top 
            
            
            
            
            
            
            
            See Also