CheckBoxBrick.CheckState Property
OBSOLETE
This property is obsolete now. Use the CheckBoxState property instead.
Gets or sets the current state of the CheckBoxBrick object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[Obsolete("This property is obsolete now. Use the CheckBoxState property instead.")]
[XtraSerializableProperty]
public CheckState CheckState { get; set; }
Property Value
Type | Description |
---|---|
CheckState | A CheckState enumeration value which determines the state of a checkbox. |
Remarks
If this property is set to the Checked value the check box displays a check mark.
If this property is set to the Unchecked value the check box is empty.
If this property is set to the Indeterminate value and the CheckBoxBrick.Checked property is set to true the check box displays a shaded check mark.
See Also