This documentation is archived and is not being maintained.

DataGridPagerStyle Properties

The properties of the DataGridPagerStyle class are listed here. For a complete list of DataGridPagerStyle class members, see the DataGridPagerStyle Members topic.

Public Properties

public propertyBackColor (inherited from Style) Gets or sets the background color of the Web server control.
public propertyBorderColor (inherited from Style) Gets or sets the border color of the Web server control.
public propertyBorderStyle (inherited from Style) Gets or sets the border style of the Web server control.
public propertyBorderWidth (inherited from Style) Gets or sets the border width of the Web server control.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyCssClass (inherited from Style) Gets or sets the CSS class rendered by the Web server control on the client.
public propertyFont (inherited from Style) Gets the font properties associated with the Web server control.
public propertyForeColor (inherited from Style) Gets or sets the foreground color (typically the color of the text) of the Web server control.
public propertyHeight (inherited from Style) Gets or sets the height of the Web server control.
public propertyHorizontalAlign (inherited from TableItemStyle) Gets or sets the horizontal alignment of the contents in a cell.
public propertyMode Gets or sets a value that specifies whether the pager element displays buttons that link to the next and previous page, or numeric buttons that link directly to a page.
public propertyNextPageText Gets or sets the text displayed for the next page button.
public propertyPageButtonCount Gets or sets the number of numeric buttons to display concurrently in the pager element of the DataGrid control.
public propertyPosition Gets or sets the position of the pager element in the DataGrid control.
public propertyPrevPageText Gets or sets the text displayed for the previous page button.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.
public propertyVerticalAlign (inherited from TableItemStyle) Gets or sets the vertical alignment of the contents in a cell.
public propertyVisible Gets or sets a value indicating whether the pager is displayed in the DataGrid control.
public propertyWidth (inherited from Style) Gets or sets the width of the Web server control.
public propertyWrap (inherited from TableItemStyle) Gets or sets a value indicating whether the contents of a cell wrap in the cell.

Protected Properties

protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.
protected propertyIsTrackingViewState (inherited from Style) Returns a value indicating whether any style elements have been defined in the state bag.

See Also

DataGridPagerStyle Class | System.Web.UI.WebControls Namespace

Show: