NextPreviousPagerField.RenderDisabledButtonsAsLabels 属性

定义

获取或设置一个值,该值指示禁用的按钮是否由 Label 对象呈现为 NextPreviousPagerField 控件。

public:
 property bool RenderDisabledButtonsAsLabels { bool get(); void set(bool value); };
public bool RenderDisabledButtonsAsLabels { get; set; }
member this.RenderDisabledButtonsAsLabels : bool with get, set
Public Property RenderDisabledButtonsAsLabels As Boolean

属性值

如果禁用的按钮呈现为 Label 控件,则为 true;否则为 false。 默认值为 false

注解

RenderDisabledButtonsAsLabels使用 属性指定对象是否将禁用的按钮呈现为Label控件NextPreviousPagerField。 当无法执行与按钮关联的函数时, NextPreviousPagerField 对象会禁用按钮。 例如,在数据的第一页中时,将禁用第一页和上一页按钮。

默认情况下, NextPreviousPagerField 对象通过使用 属性指定的控件类型呈现禁用的 ButtonType 按钮。 它还将 Enabled 控件的 属性设置为 false

当 设置为 trueRenderDisabledButtonsAsLabelsNextPreviousPagerField对象使用 Label 控件呈现禁用的按钮。 属性的值 ButtonCssClass 用于设置 CssClass 控件的 Label 属性。

此属性的值存储在 viewstate 中。

适用于

另请参阅