ListBoxProperties.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
This property is in effect if the ListBoxProperties.Native property is set to true
.
When a list box editor is used in native mode, the Rows property can be used to specify the number of rows to display within the editor.
Note
The Rows property synchronizes its value with the editor’s Rows property.
See Also