Skip to main content
All docs
V23.2

WatermarkFormShowingEventArgs(WatermarkFormControllerParameters) Constructor

Initializes a new instance of the WatermarkFormShowingEventArgs class with specified settings.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

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

Declaration

public WatermarkFormShowingEventArgs(
    WatermarkFormControllerParameters controllerParameters
)

Parameters

Name Type Description
controllerParameters DevExpress.XtraRichEdit.Forms.WatermarkFormControllerParameters

Contains information to be displayed in the form.

See Also