MoveLast Property

             

For the Grid control, this property specifies the caption to be used on the navigation button for moving to the last page of records in the grid. Available at design time.

For the RecordsetNavbar control, this property indicates whether the "Last" button appears on the RecordsetNavbar control. Available at design time.

Remarks

For the Grid control, this property is mapped to the Go to last Caption textbox on the Navigation Tab of the Grid Properties dialog box. This property is only valid when the EnablePaging property is set to True. The MoveLast property is used by the Grid control when generating the HTML for the grid. The default value is >|.

For the RecordsetNavbar control, this property is mapped to the Last check box on the Format Tab of the RecordsetNavbar Properties dialog box.