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

BootstrapListBox.Rows Property

Gets or sets the number of rows displayed within the editor when it’s used in native mode.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(5)]
public int Rows { get; set; }

Property Value

Type Default Description
Int32 5

An integer value that specifies the number of rows displayed in the editor.

Remarks

This property is a wrapper of the BootstrapListBoxProperties.Rows property. Please refer to its description for more information.

See Also