Skip to main content
Tab

ListBoxProperties.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.v23.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

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