ASPxGridViewTextSettings.CommandSelectAllOnPage Property
In This Article
OBSOLETE
Use the Select
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.v24.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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Command |
---|---|
ASPx |
|
Grid |
|
See Also