Back to Devexpress

ASPxPagerBase.AllButton Property

aspnet-devexpress-dot-web-dot-aspxpagerbase-50add048.md

latest1.5 KB
Original Source

ASPxPagerBase.AllButton Property

Gets the All button’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AllButtonProperties AllButton { get; }
vb
Public Overridable ReadOnly Property AllButton As AllButtonProperties

Property Value

TypeDescription
AllButtonProperties

An AllButtonProperties object that contains the All button’s settings.

|

Remarks

Clicking the All button displays the content of all the pages within a view. Use the AllButton property to specify the button’s text, image and visibility.

See Also

FirstPageButton

PrevPageButton

NextPageButton

LastPageButton

Pager

ASPxPagerBase Class

ASPxPagerBase Members

DevExpress.Web Namespace