PagerImages Fields
Contains settings that allow images to be defined for the ASPxPager‘s specific elements.| Name | Description |
|---|---|
| AllButtonImageName |
Represents the name of the AllButton image file which is used in the ASPxPager control. This name is equal to “pAll.png”. |
| FirstButtonImageName |
Represents the name of the FirstButton image file which is used in the ASPxPager control. This name is equal to “pFirst.png”. |
| LastButtonImageName |
Represents the name of the LastButton image file which is used in the ASPxPager control. This name is equal to “pLast.png”. |
| NextButtonImageName |
Represents the name of the NextButton image file which is used in the ASPxPager control. This name is equal to “pNext.png”. |
| PopOutImageName |
The name of the PopOut image file which is used in the Page Size Item element. This name is equal to “pPopOut”. |
| PrevButtonImageName |
Represents the name of the PrevButton image file which is used in the ASPxPager control. This name is equal to “pPrev.png”. |
See Also