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

VerifyClientTrustLevelEventArgs.ClientTrustLevel Property

Gets or sets the trust level that specifies which actions a client can initiate to execute them on a server side.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.dll

Declaration

public ClientTrustLevel ClientTrustLevel { get; set; }

Property Value

Type Description
ClientTrustLevel

A ClientTrustLevel value that specifies a trust level.

Remarks

Use the ClientTrustLevel property to verify the trust level used to specify which actions a client can initiate to execute them on a server side.

A list below describes the Web Dashboard’s specifics when it operates in the ClientTrustLevel.Restricted mode:

  • Only dashboards stored in a dashboard storage can be processed on the client. The designer mode does not work.

  • Calling the IEditableDashboardStorage.AddDashboard and IDashboardStorage.SaveDashboard methods leads to an exception.

  • Information about data sources containing in a dashboard xml definition is not passed to the client when you request a dashboard xml file.

See Also