Skip to main content Skip to complementary content

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

      public 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.

Implements

GetSelectedDataPager(Int32)

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

Declaration

      public 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.

Implements

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!