ASPxGridViewTextSettings.SelectAllCheckBoxInPageMode Property
In This Article
Gets or sets the text of the unselected Select All check box tooltip in the Page mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value that specifies the tooltip text. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Select |
---|---|
ASPx |
|
Grid |
|
#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 SelectAllCheckBoxInPageMode property to specify the text displayed in the Select All check box tooltip when the GridViewCommandColumn.SelectAllCheckboxMode property is set to Page.
See Also