Skip to main content

ASPxClientGridViewSelectionEventArgs Members

Provides data for the ASPxClientGridView.SelectionChanged event.

Constructors

Name Description
constructor(visibleIndex) Initializes a new instance of the ASPxClientGridViewSelectionEventArgs class.

Properties

Name Description
isAllRecordsOnPage Gets whether all rows displayed within a page have been selected or unselected.
isChangedOnServer Gets whether a selection has been changed on the server.
isSelected Gets whether the row has been selected.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
visibleIndex Gets the visible index of the row whose selected state has been changed.
See Also