Class BookmarksSortingType
Defines values determining how bookmarks will be sorted.
Inheritance
System.Object
BookmarksSortingType
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class BookmarksSortingType : Enum
Fields
Location
Sort bookmarks by their location.
Declaration
public const BookmarksSortingType Location
Field Value
BookmarksSortingType
|
Name
Sort bookmarks by their name.
Declaration
public const BookmarksSortingType Name
Field Value
BookmarksSortingType
|
value__
Declaration
public int value__
Field Value
System.Int32
|