RadioButtonList.IRepeatInfoUser.HasHeader 属性
定义
获取指示列表控件是否包含标题部分的值。Gets a value that indicates whether the list control contains a heading section.
property bool System::Web::UI::WebControls::IRepeatInfoUser::HasHeader { bool get(); };
bool System.Web.UI.WebControls.IRepeatInfoUser.HasHeader { get; }
member this.System.Web.UI.WebControls.IRepeatInfoUser.HasHeader : bool
ReadOnly Property HasHeader As Boolean Implements IRepeatInfoUser.HasHeader
属性值
如果列表控件包含标题节,则为 true;否则为 false。true if the list control contains a header section; otherwise, false.
实现
注解
此属性是显式接口成员实现。This property is an explicit interface member implementation. 它只能在 RadioButtonList 实例被强制转换为接口时使用 IRepeatInfoUser 。It can be used only when the RadioButtonList instance is cast to the IRepeatInfoUser interface.
继承者说明
若要在控件中定义属性的自定义实现 IRepeatInfoUser.HasHeader RadioButtonList ,请重写 HasHeader 属性。To define a custom implementation for the IRepeatInfoUser.HasHeader property in a RadioButtonList control, override the HasHeader property. 显式接口实现使用 HasHeader 属性。The explicit interface implementation uses the HasHeader property.