Skip to main content
All docs
V26.1
  • XtraReport.Watermarks Property

    Gets the collection of watermarks.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v26.1.dll

    Declaration

    [SRCategory(ReportStringId.CatAppearance)]
    public WatermarkCollection Watermarks { get; }

    Property Value

    Type Description
    WatermarkCollection

    A collection of watermarks.

    See Also