Skip to main content

MonthEdit.Month Property

Gets or sets the number of the selected month.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

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

#Property Value

Type Description
Int32

An integer value that is the month number.

#Remarks

MonthEdit_Month

See Also