Returns the list of C1LoopingList controls, which should work as a group.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public interface ILoopingListGroupOwner
Visual Basic
Public Interface ILoopingListGroupOwner

Remarks

Implement this interface in some class and set GroupOwner property to force several C1LoopingList controls working as a group. In such case, when end-user starts manipulation on the one C1LoopingList control, other C1LoopingList controls from the same group will be collapsed to the single item.

See Also