The C1GridViewPagerSettings type exposes the following members.

Properties

  Name Description
Public property FirstPageImageUrl
Gets or sets the URL to an image to display for the First page button.
Public property FirstPageText
Gets or sets the text to display for the First page button.
Public property LastPageImageUrl
Gets or sets the URL to an image to display for the Last page button.
Public property LastPageText
Gets or sets the text to display for the Last page button.
Public property Mode
Gets or sets the mode in which to display the pager controls in a control that supports pagination.
Public property NextPageImageUrl
Gets or sets the URL to an image to display for the Next page button.
Public property NextPageText
Gets or sets the text to display for the Next page button.
Public property PageButtonCount
Gets or sets the number of Page buttons to display in the pager when the Mode property is set to the Numeric or NumericFirstLast value.
Public property Position
Gets or sets a value that specifies the location where the pager is displayed.
Public property PreviousPageImageUrl
Gets or sets the URL to an image to display for the Previous page button.
Public property PreviousPageText
Gets or sets the text to display for the Previous page button.
Public property Visible
Gets or sets a value indicating whether the paging controls are displayed in a C1GridView control.

See Also