IRichEditDocumentServer.InitializeDocument Event
Occurs before a document is loaded. Handle this event to set initial document settings.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Event Data
The InitializeDocument event's data class is EventArgs.
Remarks
By handling this InitializeDocument event you can specify initial document settings, such as Document.DefaultCharacterProperties, Document.DefaultParagraphProperties, Section.Page settings, Section.LineNumbering settings and tab stops via the Paragraph.BeginUpdateTabs method etc.
See Also