Back to Devexpress

BookmarkFormShowingEventArgs.ControllerParameters Property

windowsforms-devexpress-dot-xtrarichedit-dot-bookmarkformshowingeventargs.md

latest1.8 KB
Original Source

BookmarkFormShowingEventArgs.ControllerParameters Property

Gets the information for initializing the Bookmark dialog controls.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
DevExpress.XtraRichEdit.Forms.BookmarkFormControllerParameters

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

BookmarkFormShowingEventArgs Class

BookmarkFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace