Back to Devexpress

PagerSettingsEx.AllButton Property

aspnet-devexpress-dot-web-dot-pagersettingsex.md

latest1.3 KB
Original Source

PagerSettingsEx.AllButton Property

Gets the All button’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
AllButtonProperties

A 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

Pager

PagerSettingsEx Class

PagerSettingsEx Members

DevExpress.Web Namespace