DataViewPageEventArgs Properties
Provides data for the ASPxDataViewBase.PageIndexChanging event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
NewPageIndex | Gets or sets the selected page’s index. |
See Also