Skip to main content

DocumentProtectionQueryNewPasswordFormShowingEventArgs.ControllerParameters Property

Gets the information for initializing the Document Protection dialog controls.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public DocumentProtectionQueryNewPasswordFormControllerParameters ControllerParameters { get; }

Property Value

Type Description
DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters

A DevExpress.XtraRichEdit.Forms.DocumentProtectionQueryNewPasswordFormControllerParameters object containing information to be displayed in the form.

See Also