C# Класс Adf.Web.BusinessGridViewPager

Represents the pager related service of an GridView. Provides methods to set the pager related properties of an GridView.
Наследование: IGridService
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DefaultPageSize int
DefaultPagerMode PagerMode

Открытые методы

Метод Описание
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.

Описание методов

BusinessGridViewPager() публичный Метод

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
Результат System.Web.UI.WebControls

HandleService() публичный Метод

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.
Результат void

InitService() публичный Метод

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.
Результат void

Описание свойств

DefaultPageSize публичное свойство

public int DefaultPageSize
Результат int

DefaultPagerMode публичное свойство

public PagerMode DefaultPagerMode
Результат PagerMode