Skip to main content
Tab

ASPxCardViewExportRenderingEventArgs.VisibleIndex Property

Gets the processed card’s visible index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the processed card’s visible index.

Remarks

To obtain the processed card’s type, use the ASPxGridViewExportRenderingEventArgs.RowType property.

See Also