Skip to main content

DashboardControlClientSideEvents.SelectedTabPageChanged Property

Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.SelectedTabPageChanged event is raised.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue("")]
public string SelectedTabPageChanged { get; set; }

Property Value

Type Default Description
String String.Empty

A string that is a function executed when the the event is raised.

See Also