Skip to main content
A newer version of this page is available. .

PaperKindList.CurrentIndex Property

Specifies the zero-based index of the currently selected paper kind in the collection.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public int CurrentIndex { get; set; }

Property Value

Type Description
Int32

An integer value.

See Also