Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to CommandShowAdaptiveDetail
ASPxGridView
.SettingsText .CommandShowAdaptiveDetail
GridViewProperties
.SettingsText .CommandShowAdaptiveDetail

Remarks

Adaptivity_HideShowButtons

See Also