CheckButton(Boolean) Constructor
Initializes a new instance of the CheckButton class with the specified check state.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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