A newer version of this page is available.
Switch to the current version.
BootstrapCardViewCommandLayoutItem.BeginRow Property
Specifies whether a command layout item should be rendered within a new row.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(false)]
public bool BeginRow { get; set; }
<DefaultValue(False)>
Public Property BeginRow As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, to render an item within a new row; otherwise, false. |
Implements
DevExpress.Web.Bootstrap.Internal.IBootstrapLayoutItemBase.BeginRow
See Also
Feedback