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

ASPxGridViewTextSettings.CommandDeselectAllOnPage 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 selected Select All check box tooltip in the Page mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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 CommandDeselectAllOnPage { get; set; }

Property Value

Type Default
String String.Empty

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CommandDeselectAllOnPage
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsText .CommandDeselectAllOnPage
GridViewProperties
.SettingsText .CommandDeselectAllOnPage
ASP.NET MVC Extensions MVCxGridView
.SettingsText .CommandDeselectAllOnPage
See Also