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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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