The C1GridViewSelectEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1GridViewSelectEventArgs |
Constructor. Initializes a new instance of the C1GridViewSelectEventArgs class.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.) |
|
|
NewSelectedIndex |
Gets or sets the index of the new row to select in the C1GridView control.
|