Skip to main content

DocumentPreviewModelBase.IsSetWatermarkVisible Property

Specifies whether the Watermark button is visible.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public virtual bool IsSetWatermarkVisible { get; }

Property Value

Type Description
Boolean

true if the button is visible; otherwise false.

See Also