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

CheckButton(Boolean) Constructor

Initializes a new instance of the CheckButton class with the specified check state.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public CheckButton(
    bool check
)

Parameters

Name Type Description
check Boolean

A Boolean value that specifies the button’s check state. This value is assigned to the CheckButton.Checked property.

See Also