RadioButtonList.HasFooter 속성

정의

RadioButtonList 컨트롤에 바닥글 구역이 포함되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

RadioButtonList에 바닥글 구역이 포함되지 않음을 나타내는 false입니다.

설명

HasFooter 속성은 주로 클래스에서 파생되는 사용자 지정 컨트롤의 컨트롤 개발자가 RadioButtonList 사용합니다. 속성이 설정된 UnorderedList OrderedList경우 RepeatLayout 바닥글은 지원되지 않습니다.

적용 대상

추가 정보