Back to Devexpress

DocumentPreviewMouseEventArgs.PageIndex Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewmouseeventargs-4655c2a1.md

latest1.1 KB
Original Source

DocumentPreviewMouseEventArgs.PageIndex Property

Gets the index of the document page for which the corresponding event has been raised.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public int PageIndex { get; }
vb
Public ReadOnly Property PageIndex As Integer

Property Value

TypeDescription
Int32

A zero-based index of the document page.

|

See Also

DocumentPreviewMouseEventArgs Class

DocumentPreviewMouseEventArgs Members

DevExpress.Xpf.Printing Namespace