Back to Devexpress

ASPxGridPagerSettings Members

aspnet-devexpress-dot-web-dot-aspxgridpagersettings-dot-underscore-members.md

latest7.7 KB
Original Source

ASPxGridPagerSettings Members

Serves as a base for classes that implement pager settings for grid-like controls.

Constructors

NameDescription
ASPxGridPagerSettings(IPropertiesOwner)Initializes a new instance of the ASPxGridPagerSettings class with specified settings.

Properties

NameDescription
AllButtonGets the All button’s settings. Inherited from PagerSettingsEx.
AlwaysShowPagerGets or sets whether the pager is displayed in the control when there is only one page.
CurrentPageNumberFormatGets or sets the pattern used to format the text of the numeric button that corresponds to the selected page. Inherited from PagerSettingsEx.
EllipsisModeGets or sets how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted. Inherited from PagerSettingsEx.
EnableAdaptivitySpecifies whether an adaptive behavior is enabled for the pager. Inherited from PagerSettingsEx.
FirstPageButtonGets the First button’s settings. Inherited from PagerSettingsEx.
LastPageButtonGets the Last button’s settings. Inherited from PagerSettingsEx.
NextPageButtonGets the Next button’s settings. Inherited from PagerSettingsEx.
NumericButtonCountGets or sets the maximum number of numeric buttons that can be displayed within a paginated control. Inherited from PagerSettingsEx.
PageNumberFormatGets or sets the pattern used to format the text of numeric buttons. Inherited from PagerSettingsEx.
PageSizeItemSettingsGets the Page Size Item element’s settings. Inherited from PagerSettingsEx.
PositionSpecifies the pager’s position in a grid control.
PrevPageButtonGets the Previous button’s settings. Inherited from PagerSettingsEx.
RenderModeObsolete. Gets or sets a value that specifies the render mode of the pager elements. Inherited from PagerSettingsEx.
SEOFriendlyGets or sets whether Search-Engine Optimization (SEO) mode is enabled for the control pager.
ShowDefaultImagesGets or sets whether default button images are shown. Inherited from PagerSettingsEx.
ShowDisabledButtonsGets or sets whether navigation buttons that are temporarily disabled are shown. Inherited from PagerSettingsEx.
ShowNumericButtonsGets or sets whether numeric buttons are visible. Inherited from PagerSettingsEx.
ShowSeparatorsGets or sets whether separators that separate page numbers are shown. Inherited from PagerSettingsEx.
SummaryGets the control’s Summary settings. Inherited from PagerSettingsEx.
VisibleGets or sets whether the pager is visible. Inherited from PagerSettingsEx.

Methods

NameDescription
Assign(PropertiesBase)Copies the settings from the specified PropertiesBase object to the current object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the string that represents the current object. Inherited from StateManager.

See Also

ASPxGridPagerSettings Class

DevExpress.Web Namespace