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

MonthEdit.Month Property

Gets or sets the number of the selected month.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public int Month { get; set; }

Property Value

Type Description
Int32

An integer value that is the month number.

See Also