Skip to main content
Tab

ASPxGridViewTextSettings.CommandSelectAllOnPage Property

OBSOLETE

Use the SelectAllCheckBoxInPageMode 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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default
String String.Empty

Property Paths

You can access this nested property as listed below:

Object Type Path to CommandSelectAllOnPage
ASPxGridView
.SettingsText .CommandSelectAllOnPage
GridViewProperties
.SettingsText .CommandSelectAllOnPage
See Also