ItemAutomationPeer.GetPositionInSetCore Method

Definition

Gets the position of this item within a set.

protected:
 override int GetPositionInSetCore();
protected override int GetPositionInSetCore ();
override this.GetPositionInSetCore : unit -> int
Protected Overrides Function GetPositionInSetCore () As Integer

Returns

The value of PositionInSetProperty if it has been set, or its position relative to the parent ItemsControl or GroupItem control.

Applies to