Back to Devexpress

DocumentPropertiesFormShowingEventArgs.ControllerParameters Property

windowsforms-devexpress-dot-xtrarichedit-dot-documentpropertiesformshowingeventargs.md

latest1.5 KB
Original Source

DocumentPropertiesFormShowingEventArgs.ControllerParameters Property

Gets the information for initializing the Document Properties dialog controls.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
DevExpress.XtraRichEdit.Forms.DocumentPropertiesFormControllerParameters

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

|

See Also

DocumentPropertiesFormShowingEventArgs Class

DocumentPropertiesFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace