The ListToSubListConverter type exposes the following members.

Constructors

  NameDescription
ListToSubListConverter

Methods

  NameDescription
Convert
Extracts a sub-list from a master list. The sub-list begins at StartIndex, and has Length elements.
ConvertBack
Converts a value from a binding target for writing to multiple binding source.

Properties

  NameDescription
Length
The length of the sub-list.
StartIndex
The index within the source list at which to start extracting the sub-list.

See Also