Skip to main content

SchedulerMenuCheckItem() Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v26.1.dll

Declaration

public SchedulerMenuCheckItem()

Remarks

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

See Also