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

SchedulerMenuCheckItem(String, Boolean) Constructor

Initializes a new instance of the SchedulerMenuCheckItem class with the specified caption and check state.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public SchedulerMenuCheckItem(
    string caption,
    bool check
)

Parameters

Name Type Description
caption String

A String value that specifies the caption of the menu item. This value is assigned to the DXMenuItem.Caption property.

check Boolean

true if the menu item is checked; otherwise, false. This value is assigned to the DXMenuCheckItem.Checked property.

See Also