Skip to main content

BootstrapListBoxProperties.Rows Property

Gets or sets the number of rows displayed within the editor.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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

Note

In callback mode (the ListBoxProperties.EnableCallbackMode property is set to true), the Rows property value should not be greater than the value of the ListBoxProperties.CallbackPageSize property.

See Also