Skip to main content

PdfGraphicsAcroFormListBoxField.TopIndex Property

Specifies the index of the first visible item in the list box field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public int TopIndex { get; set; }

Property Value

Type Description
Int32

A zero-based index of the first visible item in the list box.

See Also