Skip to main content

WeekOfMonthEdit.WeekOfMonth Property

Gets or sets the value selected in the WeekOfMonthEdit control.

Namespace: DevExpress.Xpf.Scheduler.UI

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

#Declaration

public WeekOfMonth WeekOfMonth { get; set; }

#Property Value

Type Description
WeekOfMonth

A WeekOfMonth enumeration value specifying a particular week in a month.

#Remarks

Use the WeekOfMonth property to access an end-user selection in the WeekOfMonthEdit control.

See Also