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

CheckBoxBrick.Checked Property

Gets or sets a value indicating whether the check box can be set to the Indeterminate value.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public bool Checked { get; set; }

Property Value

Type Description
Boolean

true if the Indeterminate value can be used for setting the CheckBoxBrick.CheckState property; otherwise, false.

Remarks

If the Checked property is set to true and the CheckBoxBrick.CheckState property is set to the Indeterminate value, the check box displays a shaded check mark; otherwise, it is empty.

See Also