Skip to main content
All docs
V26.1
  • RadioGroupField.ShouldGeneratePressedAppearance Property

    Specifies whether to generate a down appearance that appears in a checkbox when the mouse button is pressed within the checkbox area.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public bool ShouldGeneratePressedAppearance { get; set; }

    Property Value

    Type Description
    Boolean

    true if a down appearance is generated when the mouse button is pressed within the checkbox area; otherwise, false.

    See Also