ShowStatus Property

            Applies To

Specifies if page numbers should be displayed when paging is being used. Available at design time. The page numbers are displayed in the format: Page x of y.

Settings

The settings for ShowStatus are:

Setting Description
True Specifies that page numbers should be displayed when EnablePaging is set to True.
False Specifies that page numbers should not be displayed.

Remarks

This property is mapped to the Page numbers check box on the Navigation Tab of the Grid Properties dialog box.

This property is only valid when the EnablePaging property is set to True. The default value is True.

Note   This does not work for ODBC databases that do not support paging. For these types of databases you may only get a page number without the total number of pages listed.