Skip to main content
A newer version of this page is available. .
All docs
V22.1

WatermarkFormShowingEventArgs.ControllerParameters Property

Returns information used to initialize the Watermark dialog controls.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v22.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

public WatermarkFormControllerParameters ControllerParameters { get; }

Property Value

Type Description
DevExpress.XtraRichEdit.Forms.WatermarkFormControllerParameters

An object that contains information to be displayed in the dialog.

See Also