Back to Devexpress

CalendarControlBase.RowCount Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-b65b7a6b.md

latest1.7 KB
Original Source

CalendarControlBase.RowCount Property

Gets or sets the number of months displayed vertically.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int320

The number of months displayed vertically.

|

Remarks

See the CalendarControlBase.ColumnCount topic to learn more.

See Also

ColumnCount

CalendarVerticalIndent

CalendarHorizontalIndent

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace