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

constructor(visibleIndex) Constructor

Initializes a new instance of the ASPxClientVerticalGridSelectionEventArgs class.

Declaration

constructor(
    visibleIndex: number
)

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the visible index of the record whose selected state has been changed. This value is assigned to the ASPxClientVerticalGridSelectionEventArgs.visibleIndex property.

See Also