Back to Devexpress

DocumentProtectionQueryNewPasswordFormShowingEventArgs.ControllerParameters Property

windowsforms-devexpress-dot-xtrarichedit-dot-documentprotectionquerynewpasswordformshowingeventargs.md

latest2.1 KB
Original Source

DocumentProtectionQueryNewPasswordFormShowingEventArgs.ControllerParameters Property

Gets the information for initializing the Document Protection dialog controls.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters

A DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters 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

DocumentProtectionQueryNewPasswordFormShowingEventArgs Class

DocumentProtectionQueryNewPasswordFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace