Back to Devexpress

RepositoryItemDateEdit.RowCount Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-34836478.md

latest1.6 KB
Original Source

RepositoryItemDateEdit.RowCount Property

Gets or sets the number of months displayed vertically in the dropdown calendar.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1)]
[DXCategory("Behavior")]
public virtual int RowCount { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(1)>
Public Overridable Property RowCount As Integer

Property Value

TypeDefaultDescription
Int321

The number of months displayed vertically.

|

Remarks

See the RepositoryItemDateEdit.ColumnCount topic to learn more.

See Also

ColumnCount

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace