Skip to main content
All docs
V26.1
  • CheckBoxField.OnStateValue Property

    Gets or sets the string value that defines the “On” state of the checkbox. For example, “Yes”, “On”, “True”, and so on.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public string OnStateValue { get; set; }

    Property Value

    Type Description
    String

    The string value that defines the “On” state of the checkbox.

    See Also