DataListItemCollection.IsReadOnly 속성

정의

DataListItem에 있는 DataListItemCollection 개체를 수정할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

속성 값

Boolean

모든 경우에 false입니다.

설명

이 속성은 항상 반환 false 나타내는 DataListItemCollection 모든 경우에 쓸 수 있습니다.

적용 대상