Skip to main content

ValidateUnderlyingDataColumnsWebEventArgs.Valid Property

Gets or sets whether to provide a user with client-side access to the underlying columns.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public bool Valid { get; set; }

Property Value

Type Description
Boolean

true, to provide client-side access to the underlying columns; otherwise, false.

Remarks

Note that if the ASPxDashboard.AllowReadUnlistedColumnsFromClientApi / DashboardConfigurator.AllowReadUnlistedColumnsFromClientApi property is set to true, the ValidateUnderlyingDataColumns event is always valid and users get client-side access to the underlying columns.

See Also