ChartControlSettings.SelectedItemsChanged Property
In This Article
Occurs after the selection of a chart item has been changed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SelectedItemsChangedEventHandler SelectedItemsChanged { get; set; }
#Property Value
Type | Description |
---|---|
Selected |
A Selected |
#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