Fork me on GitHub

MoreButtonType 属性

获取或设置“更多页”(...)按钮的类型,该值仅当PagingButtonType设为Image时才有效。

C# 语法:

public PagingButtonType MoreButtonType {get; set;}

默认值:

PagingButtonType.Text

备注:

当您将PagingButtonType设为Image但又不想让更多页(...)按钮使用图片时,可以将此值设为Text,这会使更多页按钮使用文本而不是图片按钮。