Skip to main content
All docs
V25.1
  • ValidateUnderlyingDataColumnsWebEventArgs Properties

    Provides data for the DashboardConfigurator.ValidateUnderlyingDataColumns and ASPxDashboard.ValidateUnderlyingDataColumns events.
    Name Description
    Columns Gets the names of data columns that can be accessed from the client.
    DashboardId Gets the dashboard’s unique name.
    ItemComponentName Gets the component name of the dashboard item for which the event is raised.
    Valid Gets or sets whether to provide a user with client-side access to the underlying columns.
    See Also