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

SchedulerMenuCheckItem() Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

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