The ListToSubListConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ListToSubListConverter |
Methods
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | Length |
The length of the sub-list.
|
![]() | StartIndex |
The index within the source list at which to start extracting the sub-list.
|