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

GridViewStyles.AdaptiveDetailButtonWidth Property

Specifies the width of a column containing adaptive detail buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(22)]
public int AdaptiveDetailButtonWidth { get; set; }

Property Value

Type Default Description
Int32 22

An integer value that specifies the width, in pixels.

Remarks

Use the AdaptiveDetailButtonWidth property to specify the width of a column containing adaptive detail buttons.

Adaptivity_HideShowButtons

See Also