Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.BoundListBase.Builder< TBoundListBase, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.BoundListBase.Builder< TBoundListBase, TBuilder >:
Ext.Net.AbstractDataView.Builder< TBoundListBase, TBuilder >

Public Member Functions

 Builder (TBoundListBase component)
 
virtual TBuilder PageSize (int pageSize)
 If greater than 0, a Ext.toolbar.Paging is displayed at the bottom of the list and store queries will execute with page start and limit parameters. Defaults to 0. More...
 
virtual TBuilder ItemTpl (XTemplate itemTpl)
 The inner portion of the item template to be rendered. Follows an XTemplate structure and will be placed inside of a tpl. More...
 

Detailed Description

Type Constraints
TBoundListBase :BoundListBase 
TBuilder :Builder 
TBuilder :TBoundListBase 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder()

Ext.Net.BoundListBase.Builder< TBoundListBase, TBuilder >.Builder ( TBoundListBase  component)
inline

Member Function Documentation

◆ ItemTpl()

virtual TBuilder Ext.Net.BoundListBase.Builder< TBoundListBase, TBuilder >.ItemTpl ( XTemplate  itemTpl)
inlinevirtual

The inner portion of the item template to be rendered. Follows an XTemplate structure and will be placed inside of a tpl.

◆ PageSize()

virtual TBuilder Ext.Net.BoundListBase.Builder< TBoundListBase, TBuilder >.PageSize ( int  pageSize)
inlinevirtual

If greater than 0, a Ext.toolbar.Paging is displayed at the bottom of the list and store queries will execute with page start and limit parameters. Defaults to 0.


The documentation for this class was generated from the following file: