GridViewPagerNextArrowVisible Property
|
Gets or sets whether to show the next page arrow.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool NextArrowVisible { get; set; }<asp:GridViewPager NextArrowVisible="True|False" />
Property Value
Type:
Boolean
Whether to show the next page arrow.
See Also