Back to Devexpress

IModelCommonMemberViewItem.RowCount Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-65269f1b.md

latest1.7 KB
Original Source

IModelCommonMemberViewItem.RowCount Property

Specifies the row count of a Property Editor.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ModelBrowsable(typeof(StringPropertyOnlyCalculator))]
int RowCount { get; set; }
vb
<ModelBrowsable(GetType(StringPropertyOnlyCalculator))>
Property RowCount As Integer

Property Value

TypeDescription
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

IModelCommonMemberViewItem Interface

IModelCommonMemberViewItem Members

DevExpress.ExpressApp.Model Namespace