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

ASPxGridViewTextSettings.CommandShowAdaptiveDetail Property

Gets or sets the text displayed in the Show Adaptive Detail command item‘s tooltip.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string CommandShowAdaptiveDetail { 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 CommandShowAdaptiveDetail
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsText.CommandShowAdaptiveDetail
GridViewProperties
.SettingsText.CommandShowAdaptiveDetail
GridViewSettings
.SettingsText.CommandShowAdaptiveDetail
GridViewSettings<RowType>
.SettingsText.CommandShowAdaptiveDetail
MVCxGridView
.SettingsText.CommandShowAdaptiveDetail
MVCxGridViewProperties
.SettingsText.CommandShowAdaptiveDetail
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsText.CommandShowAdaptiveDetail

Remarks

Adaptivity_HideShowButtons

See Also