Back to Devexpress

PasteSpecialFormShowingEventArgs.ControllerParameters Property

windowsforms-devexpress-dot-xtrarichedit-dot-pastespecialformshowingeventargs.md

latest1.8 KB
Original Source

PasteSpecialFormShowingEventArgs.ControllerParameters Property

Gets the information for initializing the Paste Special dialog controls.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
DevExpress.XtraRichEdit.Forms.PasteSpecialFormControllerParameters

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

PasteSpecialFormShowingEventArgs Class

PasteSpecialFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace