Enum
HardPages

Enumeration used by the HardPages property.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1717:OnlyFlagsEnumsShouldHavePluralNames")]
public enum HardPages

Fields

All

All the pages are hard.

Declaration

cs-api-definition
All = 4

Field Value

HardPages

Custom

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

Declaration

cs-api-definition
Custom = 5

Field Value

HardPages

First

Only the first page is hard.

Declaration

cs-api-definition
First = 1

Field Value

HardPages

FirstAndLast

Only the first and last pages are hard.

Declaration

cs-api-definition
FirstAndLast = 3

Field Value

HardPages

Last

Only the last page is hard.

Declaration

cs-api-definition
Last = 2

Field Value

HardPages

None

None of the pages is hard.

Declaration

cs-api-definition
None = 0

Field Value

HardPages

In this article
DefinitionFieldsAllCustomFirstFirstAndLastLastNone
Not finding the help you need?
Contact Support