다음을 통해 공유


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

속성 값

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

설명

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

적용 대상

추가 정보