Skip to main content
A newer version of this page is available. .

PrintingSystemPreviewModel.IsSearchVisible Property

Specifies whether or not the Search command is accessible in a Document Preview.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public override bool IsSearchVisible { get; }

Property Value

Type Description
Boolean

true to make the Search button available; otherwise false.

See Also