Skip to main content
A newer version of this page is available. .

IModelCommonMemberViewItem.RowCount Property

Specifies the row count of a Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[ModelBrowsable(typeof(StringPropertyOnlyCalculator))]
int RowCount { get; set; }

Property Value

Type Description
Int32

An integer value specifying the row count of a Property Editor.

Remarks

This property affects the number of lines displayed in string Property Editors. Refer to the String Properties and Miscellaneous Property Types topics for more details.

See Also