Skip to main content

BootstrapGridViewTabbedLayoutGroup.BeginRow Property

Specifies whether a group should be rendered within a new row.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public bool BeginRow { get; set; }

Property Value

Type Default Description
Boolean false

true, to render a group within a new row; otherwise, false.

See Also