Back to Devexpress

DashboardConfigurator.AllowReadUnlistedColumnsFromClientApi Property

dashboard-devexpress-dot-dashboardweb-dot-dashboardconfigurator-a5362a7c.md

latest2.0 KB
Original Source

DashboardConfigurator.AllowReadUnlistedColumnsFromClientApi Property

Gets or sets whether to enable client-side access to data source fields that are not associated with any dashboard item’s data members.

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public bool AllowReadUnlistedColumnsFromClientApi { get; set; }
vb
Public Property AllowReadUnlistedColumnsFromClientApi As Boolean

Property Value

TypeDescription
Boolean

true to enable client-side access to data source fields that are not associated with any dashboard item’s data members; otherwise, false.

|

Remarks

Use the AllowReadUnlistedColumnsFromClientApi property to restrict access from a client API to data source fields which do not have the corresponding bound data members in the dashboard items.

You can use the DashboardConfigurator.ValidateUnderlyingDataColumns event to validate which columns should be returned when a user requests underlying data from the client.

See Also

AllowReadUnlistedColumnsFromClientApi

DashboardConfigurator Class

DashboardConfigurator Members

DevExpress.DashboardWeb Namespace