Skip to main content
All docs
V26.1
  • ListBoxField.AddItem(String, String) Method

    Adds an item with the specified display and export values to the list box field.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public void AddItem(
        string displayValue,
        string exportValue
    )

    Parameters

    Name Type Description
    displayValue String

    The display value of the item to be added.

    exportValue String

    The export value of the item to be added.

    See Also