Skip to main content
All docs
V26.1
  • ChoiceFieldItem(String, String) Constructor

    Initializes a new instance of the ChoiceFieldItem class with specified settings.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public ChoiceFieldItem(
        string displayValue,
        string exportValue = null
    )

    Parameters

    Name Type
    displayValue String

    Optional Parameters

    Name Type Default
    exportValue String null
    See Also