PropertyManager.Position 속성

정의

이 데이터 소스에 바인딩된 컨트롤이 가리키는 기본 목록에서의 위치를 가져옵니다.

public:
 virtual property int Position { int get(); void set(int value); };
public override int Position { get; set; }
member this.Position : int with get, set
Public Overrides Property Position As Integer

속성 값

Int32

항상 0을 반환합니다.

적용 대상