New to Telerik UI for WPFStart a free 30-day trial

Enumeration used by the HardPages property.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public enum HardPages

Fields

All the pages are hard.

C#
All = 4

Only certain number of pages, defined by the user, are hard.

C#
Custom = 5

Only the first page is hard.

C#
First = 1

Only the first and last pages are hard.

C#
FirstAndLast = 3

Only the last page is hard.

C#
Last = 2

None of the pages is hard.

C#
None = 0
In this article
DefinitionFieldsAllCustomFirstFirstAndLastLastNone
Not finding the help you need?
Contact Support