C# Class Adf.Web.BusinessGridViewPager

Represents the pager related service of an GridView. Provides methods to set the pager related properties of an GridView.
Inheritance: IGridService
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Свойство Type Description
DefaultPageSize int
DefaultPagerMode PagerMode

Méthodes publiques

Méthode Description
BusinessGridViewPager ( ) : System.Web.UI.WebControls

Initializes an instance of the Adf.Web.BusinessGridViewPager class. Sets the DefaultPageSize and DefaultPagerMode of the Adf.Web.BusinessGridViewPager.

HandleService ( GridAction action, SmartView view ) : void

Sets the new page as the current page of the specified SmartView.

InitService ( SmartView view ) : void

Sets the pager related properties of the specified SmartView.

The pager related properties like PageSize, PagerSettings.Mode, PagerSettings.PageButtonCount and PagerSettings.Position are set.

Method Details

BusinessGridViewPager() public méthode

Initializes an instance of the Adf.Web.BusinessGridViewPager class. Sets the DefaultPageSize and DefaultPagerMode of the Adf.Web.BusinessGridViewPager.
public BusinessGridViewPager ( ) : System.Web.UI.WebControls
Résultat System.Web.UI.WebControls

HandleService() public méthode

Sets the new page as the current page of the specified SmartView.
public HandleService ( GridAction action, SmartView view ) : void
action GridAction The 'Paging' to perform.
view SmartView The , the current page of /// which is to set.
Résultat void

InitService() public méthode

Sets the pager related properties of the specified SmartView.
The pager related properties like PageSize, PagerSettings.Mode, PagerSettings.PageButtonCount and PagerSettings.Position are set.
public InitService ( SmartView view ) : void
view SmartView The , the pager /// related properties of which are to set.
Résultat void

Property Details

DefaultPageSize public_oe property

public int DefaultPageSize
Résultat int

DefaultPagerMode public_oe property

public PagerMode DefaultPagerMode
Résultat PagerMode