RadControls for WPF

Enumeration used by the HardPages property.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public enum HardPages
Visual Basic
Public Enumeration HardPages

Members

Member nameValueDescription
None0 None of the pages is hard.
First1 Only the first page is hard.
Last2 Only the last page is hard.
FirstAndLast3 Only the first and last pages are hard.
All4 All the pages are hard.
Custom5 Only certain number of pages, defined by the user, are hard.

See Also