Skip to main content
Tab

GridViewStyles.GroupButtonWidth Property

Gets or sets the group button’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(15)]
public int GroupButtonWidth { get; set; }

Property Value

Type Default Description
Int32 15

An integer value that specifies the group button’s width, in pixels.

See Also