RadioButtonList.RenderWhenDataEmpty 속성

정의

데이터 소스에 데이터가 없거나 컨트롤이 데이터 바인딩되지 않은 경우 컨트롤이 렌더링되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool RenderWhenDataEmpty { bool get(); void set(bool value); };
[System.Web.UI.Themeable(true)]
public virtual bool RenderWhenDataEmpty { get; set; }
[<System.Web.UI.Themeable(true)>]
member this.RenderWhenDataEmpty : bool with get, set
Public Overridable Property RenderWhenDataEmpty As Boolean

속성 값

Boolean

데이터 소스에 데이터가 없거나 컨트롤이 데이터 바인딩되지 않은 경우 컨트롤이 렌더링되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상