Back to Devexpress

PageSetupFormShowingEventArgs.ControllerParameters Property

windowsforms-devexpress-dot-xtrarichedit-dot-pagesetupformshowingeventargs.md

latest1.9 KB
Original Source

PageSetupFormShowingEventArgs.ControllerParameters Property

Gets the information for initializing the Page Setup dialog controls.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public PageSetupFormControllerParameters ControllerParameters { get; }
vb
Public ReadOnly Property ControllerParameters As PageSetupFormControllerParameters

Property Value

TypeDescription
PageSetupFormControllerParameters

A PageSetupFormControllerParameters object containing information to be displayed in the form.

|

See Also

How to: Customize the Hyperlink Form

How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms

PageSetupFormShowingEventArgs Class

PageSetupFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace