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

ASPxGridViewTextSettings.SelectAllCheckBoxInAllPagesMode Property

Gets or sets the text of the Select All check box tooltip in the All Pages mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string SelectAllCheckBoxInAllPagesMode { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the tooltip text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SelectAllCheckBoxInAllPagesMode
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsText.SelectAllCheckBoxInAllPagesMode
GridViewProperties
.SettingsText.SelectAllCheckBoxInAllPagesMode
GridViewSettings
.SettingsText.SelectAllCheckBoxInAllPagesMode
GridViewSettings<RowType>
.SettingsText.SelectAllCheckBoxInAllPagesMode
MVCxGridView
.SettingsText.SelectAllCheckBoxInAllPagesMode
MVCxGridViewProperties
.SettingsText.SelectAllCheckBoxInAllPagesMode
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsText.SelectAllCheckBoxInAllPagesMode

Remarks

When the GridViewCommandColumn.SelectAllCheckboxMode property is set to Page or All Pages, the Select All check box is displayed in the grid header.

Use the SelectAllCheckBoxInAllPagesMode property to specify the text displayed in the Select All check box tooltip when the GridViewCommandColumn.SelectAllCheckboxMode property is set to All Pages.

See Also