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

属性值

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

注解

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

适用于

另请参阅