ASPxListBox.Rows Property
In This Article
Gets or sets the number of rows displayed within the editor when it’s used in native mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | An integer value that specifies the number of rows displayed in the editor. |
#Remarks
Note
The ASPxtrue
.
This property is a wrapper of the ListBoxProperties.Rows property. Refer to its description for more information.
See Also