SchedulerMenuCheckItem() Constructor
Initializes a new instance of the SchedulerMenuCheckItem class with default settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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