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

ASPxGridViewTextSettings.CommandSelectAllOnAllPages Property

OBSOLETE

Use the SelectAllCheckBoxInAllPagesMode property instead. Refer to http://www.devexpress.com/kbid=T383809 to learn more.

Gets or sets the text displayed within the unselected Select All check box tooltip in the All Pages mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the SelectAllCheckBoxInAllPagesMode property instead. Refer to http://www.devexpress.com/kbid=T383809 to learn more.", true)]
[DefaultValue("")]
public string CommandSelectAllOnAllPages { get; set; }

Property Value

Type Default
String String.Empty

Property Paths

You can access this nested property as listed below:

Object Type Path to CommandSelectAllOnAllPages
ASPxGridView
.SettingsText.CommandSelectAllOnAllPages
GridViewProperties
.SettingsText.CommandSelectAllOnAllPages
MVCxGridView
.SettingsText.CommandSelectAllOnAllPages
See Also