This documentation is archived and is not being maintained.

DataGridPagerStyle Members

DataGridPagerStyle overview

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.

Public Methods

public methodAddAttributesToRender (inherited from Style) Overloaded. Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter. This method is primarily used by control developers.
public methodCopyFrom Overridden. Copies the style of the specified Style object into this instance of the DataGridPagerStyle class.
public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodMergeWith Overridden. Merges the style of the specified Style object with this instance of the DataGridPagerStyle class.
public methodReset Overridden. Restores the DataGridPagerStyle object to its default values.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

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.

Protected Methods

protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodFinalize (inherited from Component) Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DataGridPagerStyle Class | System.Web.UI.WebControls Namespace

Show: