Skip to main content
Tab

ASPxListBox.Rows Property

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

[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

The ASPxListBox.Rows property is in effect if the Native property is set to true.

This property is a wrapper of the ListBoxProperties.Rows property. Refer to its description for more information.

See Also