다음을 통해 공유


ExtenderControl.Visible 속성

정의

이 값을 설정할 수 없도록 Visible 속성을 재정의합니다.

public:
 virtual property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean

속성 값

Boolean

extender 컨트롤이 페이지에 렌더링되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상