Skip to main content
All docs
V18.2

ASPxClientDashboardItemWidgetEventArgs.GetWidget() Method

Returns an underlying widget corresponding to the current dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public object GetWidget()

Returns

Type Description
Object

An underlying widget.

Remarks

To learn how to configure the obtained widget, see the Working with Widgets topic.

Note

Note that the GetWidget method can return an array of widgets for some dashboard items.

See Also