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

false,指示 RadioButtonList 不包含页脚部分。

注解

HasFooter 属性主要由派生自类的 RadioButtonList 自定义控件中的控件开发人员使用。 当属性设置为UnorderedListOrderedList设置时RepeatLayout,不支持页脚。

适用于

另请参阅