Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfChoiceFormField.TopIndex Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

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