Skip to main content
Tab

PagerSettingsEx.AllButton Property

Gets the All button’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public AllButtonProperties AllButton { get; }

#Property Value

Type Description
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