VerticalGridSelection.SelectRecord(Int32) Method
Selects the specified record within the ASPxVerticalGrid.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | Int32 | An integer value that identifies the record by its visible index. |
Remarks
To unselect the specified record, use the VerticalGridSelection.UnselectRecord method.
See Also