Skip to main content
All docs
V23.2

WatermarkFormShowingEventArgs.ControllerParameters Property

Returns information used to initialize the Watermark dialog controls.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

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

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