Skip to main content

SchedulerMenuCheckItem() Constructor

Initializes a new instance of the SchedulerMenuCheckItem class with default settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public SchedulerMenuCheckItem()

Remarks

In this case the DXMenuItem.Caption property will be set to Empty and the DXMenuCheckItem.Checked property will be set to false.

See Also