Back to Devexpress

MonthEdit.Month Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-monthedit.md

latest1.0 KB
Original Source

MonthEdit.Month Property

Gets or sets the number of the selected month.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public int Month { get; set; }
vb
<Browsable(False)>
Public Property Month As Integer

Property Value

TypeDescription
Int32

An integer value that is the month number.

|

See Also

MonthEdit Class

MonthEdit Members

DevExpress.XtraScheduler.UI Namespace