DataGridPagerStyle Properties

(see also Protected Properties )
  Name Description
Public property BackColor  Gets or sets the background color of the Web server control. (inherited from Style)
Public property BorderColor  Gets or sets the border color of the Web server control. (inherited from Style)
Public property BorderStyle  Gets or sets the border style of the Web server control. (inherited from Style)
Public property BorderWidth  Gets or sets the border width of the Web server control. (inherited from Style)
Public property Container  Gets the IContainer that contains the Component. (inherited from Component)
Public property CssClass  Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client. (inherited from Style)
Public property Font  Gets the font properties associated with the Web server control. (inherited from Style)
Public property ForeColor  Gets or sets the foreground color (typically the color of the text) of the Web server control. (inherited from Style)
Public property Height  Gets or sets the height of the Web server control. (inherited from Style)
Public property HorizontalAlign  Gets or sets the horizontal alignment of the contents in a cell. (inherited from TableItemStyle)
Public property IsEmpty  A protected property. Gets a value indicating whether any style elements have been defined in the state bag. (inherited from Style)
Public property Mode 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 property NextPageText Gets or sets the text displayed for the next page button.
Public property PageButtonCount Gets or sets the number of numeric buttons to display concurrently in the pager element of the DataGrid control.
Public property Position Gets or sets the position of the pager element in the DataGrid control.
Public property PrevPageText Gets or sets the text displayed for the previous page button.
Public property RegisteredCssClass  Gets the cascading style sheet (CSS) class that is registered with the control. (inherited from Style)
Public property Site  Gets or sets the ISite of the Component. (inherited from Component)
Public property VerticalAlign  Gets or sets the vertical alignment of the contents in a cell. (inherited from TableItemStyle)
Public property Visible Gets or sets a value indicating whether the pager is displayed in the DataGrid control.
Public property Width  Gets or sets the width of the Web server control. (inherited from Style)
Public property Wrap  Gets or sets a value indicating whether the contents of a cell wrap in the cell. (inherited from TableItemStyle)
Top

  Name Description
Protected property CanRaiseEvents  Gets a value indicating whether the component can raise an event. (inherited from Component)
Protected property DesignMode  Gets a value that indicates whether the Component is currently in design mode. (inherited from Component)
Protected property Events  Gets the list of event handlers that are attached to this Component. (inherited from Component)
Top

Community Additions

ADD
Show: