Skip to main content Skip to complementary content
Close announcements banner

GetSelectedDataPager Method

Overloads

GetSelectedDataPager(String)

Returns a data pager for the values selected from a particular field.

GetSelectedDataPager(Int32)

Returns a data pager for the values selected from a particular field.

GetSelectedDataPager(String)

Returns a data pager for the values selected from a particular field.

Declaration

      DataPager GetSelectedDataPager(string fieldName)
    

Parameters

Type Name Description
System.String fieldName

The name of the field for which to return a pager.

Returns

Type Description
DataPager

The pager.

GetSelectedDataPager(Int32)

Returns a data pager for the values selected from a particular field.

Declaration

      DataPager GetSelectedDataPager(int index)
    

Parameters

Type Name Description
System.Int32 index

Zero base index for the field in the current selection.

Returns

Type Description
DataPager

The pager.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!