Skip to main content
A newer version of this page is available. .
Tab

ASPxDataViewBase.AllButtonPageCount Property

Gets or sets the number of pages whose content will be displayed within a view after the All button has been pressed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(0)]
public int AllButtonPageCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the number of pages whose content will be displayed within a view after the All button has been pressed. 0 to display the content of all the pages.

See Also