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

IClientParameter.Visible Property

Specifies whether or not the parameter is visible and its value is requested in a Document Preview.

Namespace: DevExpress.DocumentServices.ServiceModel

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

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true, to make the parameter visible; otherwise false.

See Also