Class DocumentPageItem
Inheritance
System.Object
DocumentPageItem
Namespace: Telerik.Windows.Documents
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DocumentPageItem : Object, INotifyPropertyChanged
Constructors
DocumentPageItem(RadDocument, SectionLayoutBox, Int32)
Declaration
public DocumentPageItem(RadDocument document, SectionLayoutBox sectionBox, int pageIndex)
Parameters
RadDocument
document
|
SectionLayoutBox
sectionBox
|
System.Int32
pageIndex
|
Properties
Document
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
System.Int32
|
PageIndexDisplay
Declaration
public string PageIndexDisplay { get; }
Property Value
System.String
|
SectionBox
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|