Back to Devexpress

ASPxGridDataValidationEventArgs.VisibleIndex Property

aspnet-devexpress-dot-web-dot-aspxgriddatavalidationeventargs-527e9a4f.md

latest1.1 KB
Original Source

ASPxGridDataValidationEventArgs.VisibleIndex Property

Gets a visible index of the currently processed data item (row, card or record).

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public int VisibleIndex { get; }
vb
Public ReadOnly Property VisibleIndex As Integer

Property Value

TypeDescription
Int32

An Int32 value that is the visible index.

|

See Also

ASPxGridDataValidationEventArgs Class

ASPxGridDataValidationEventArgs Members

DevExpress.Web Namespace