Skip to main content
All docs
V25.1
  • CheckBoxBrick.CheckBoxState Property

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    #Declaration

    [DefaultValue(CheckBoxState.Unchecked)]
    public CheckBoxState CheckBoxState { get; set; }

    #Property Value

    Type Default
    CheckBoxState Unchecked

    Available values:

    Name Description
    Unchecked

    The check box is unchecked.

    Checked

    The check box is checked.

    Indeterminate

    A visual state that signals to the user that the control state cannot be determined.

    See Also