DataGridPagerStyle Members

Specifies the style for the pager of the DataGrid control. This class cannot be inherited.

The following tables list the members exposed by the DataGridPagerStyle type.

(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

(see also Protected Methods )
  Name Description
Public method AddAttributesToRender  Overloaded. Adds information about horizontal alignment, vertical alignment, and wrap to the list of attributes to render. (Inherited from TableItemStyle.)
Public method CopyFrom Overridden. Copies the style of the specified Style object into this instance of the DataGridPagerStyle class.
Public method CreateObjRef  Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public method Dispose  Overloaded. Releases the resources used by the Component. (Inherited from Component.)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetLifetimeService  Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method GetStyleAttributes  Retrieves the System.Web.UI.CssStyleCollection object for the specified System.Web.UI.IUrlResolutionService-implemented object. (Inherited from Style.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method InitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method MergeWith Overridden. Merges the style of the specified Style object with this instance of the DataGridPagerStyle class.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Reset Overridden. Restores the DataGridPagerStyle object to its default values.
Public method SetDirty  Marks the Style so that its state will be recorded in view state. (Inherited from Style.)
Public method ToString  Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.)
Top

  Name Description
Protected method Dispose  Overloaded. Releases the resources used by the Component. (Inherited from Component.)
Protected method Finalize  Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Protected method GetService  Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject.)
Top

  Name Description
Public event Disposed  Adds an event handler to listen to the Disposed event on the component.(Inherited from Component.)
Top

Community Additions

ADD
Show: