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

ASPxGridViewDetailRowEventArgs.VisibleIndex Property

Gets a value that identifies the master row whose expanded state has been changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public int VisibleIndex { get; }

Property Value

Type Description
Int32

An integer value that identifies the master row whose detail row has been displayed or hidden.

See Also