ValidateUnderlyingDataColumnsWebEventArgs(String, String, String[], Boolean) Constructor
Initializes a new instance of the ValidateUnderlyingDataColumnsWebEventArgs class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
public ValidateUnderlyingDataColumnsWebEventArgs(
string dashboardId,
string ItemComponentName,
string[] columns,
bool valid
)
Parameters
Name | Type | Description |
---|---|---|
dashboardId | String | A string value that is a dashboard’s unique name. |
ItemComponentName | String | A String that specifies the component name of the dashboard item. |
columns | String[] | A collection of data column names that can be accessed from the client. |
valid | Boolean | A value that indicates whether to provide a user with client-side access to the underlying columns. |
See Also