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

ASPxGridViewTextSettings.CommandHideAdaptiveDetail Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Remarks

Adaptivity_HideShowButtons

See Also