Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DocumentFormattedEventArgs Class

Contains data for the DocumentFormatted event.

#Declaration

TypeScript
export class DocumentFormattedEventArgs extends EventArgs

#Remarks

The DocumentFormatted event occurs when a document layout is formatted. The event handler receives an argument of the DocumentFormattedEventArgs type. The argument’s properties provide information specific to this event.

#Inheritance

EventArgs
DocumentFormattedEventArgs

#Properties

#pageCount Property

Gets the number of pages in the document.

#Declaration

TypeScript
pageCount: number

#Property Value

Type Description
number

The number of pages.