Skip to main content
A newer version of this page is available. .

ChartControlSettings.SelectedItemsChanged Property

Occurs after the selection of a chart item has been changed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public SelectedItemsChangedEventHandler SelectedItemsChanged { get; set; }

Property Value

Type Description
SelectedItemsChangedEventHandler

A SelectedItemsChangedEventHandler delegate method allowing you to implement custom processing.

Remarks

Use the SelectedItemsChanged property to customize the chart control behavior when the chart items and/ or business data objects (when using data binding) are selected.

See Also