Enum HardPages
Enumeration used by the HardPages property.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum HardPages
All
All the pages are hard.
Custom
Only certain number of pages, defined by the user, are hard.
First
Only the first page is hard.
FirstAndLast
Only the first and last pages are hard.
Last
Only the last page is hard.
None
None of the pages is hard.