BootstrapListBox.Rows Property
In This Article
Gets or sets the number of rows displayed within the editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#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