Fork me on GitHub

NumericButtonType 属性

获取或设置页导航数值按钮的类型,该值仅当PagingButtonType设为Image时才有效。

C# 语法:

public     
PagingButtonType NumericButtonType {get; set;}

默认值:

PagingButtonType.Text

备注:

当您将PagingButtonType设为Image当又不想让页索引数值按钮使用图片时,可以将该值设为Text,这会使页索引数据按钮使用文本而不是图片按钮。