Repeater.IsDataBindingAutomatic 속성

정의

데이터 바인딩이 자동인지 여부를 나타내는 값을 가져옵니다.

protected:
 property bool IsDataBindingAutomatic { bool get(); };
protected bool IsDataBindingAutomatic { get; }
member this.IsDataBindingAutomatic : bool
Protected ReadOnly Property IsDataBindingAutomatic As Boolean

속성 값

Boolean

데이터 바인딩이 자동이면 true이고, 그렇지 않으면 false입니다.

설명

컨트롤이 데이터 소스 컨트롤에 Repeater 바인딩되거나 모델 바인더가 사용 중인 경우 데이터 바인딩은 자동으로 수행됩니다.

적용 대상