Skip to main content

PdfChoiceFormField.TopIndex Property

Gets the index of the first option visible in the option list.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public int TopIndex { get; }

Property Value

Type Description
Int32

An integer value that represents the top index. Default value is 0.

Remarks

Use this property for scrollable list boxes.

See Also