Skip to main content
All docs
V25.1
  • 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.v25.1.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