| PaginationBaseJumpStyle Property |
获取或设置出现跳转操作的样式,0则不显示,默认不显示
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic virtual int JumpStyle { get; set; }Public Overridable Property JumpStyle As Integer
Get
Set
public:
virtual property int JumpStyle {
int get ();
void set (int value);
}abstract JumpStyle : int with get, set
override JumpStyle : int with get, set
Property Value
Type:
Int32
See Also