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