Back to Devexpress

ChartControlSettings.PivotGridSeriesExcluded Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-f0c03c66.md

latest1.4 KB
Original Source

ChartControlSettings.PivotGridSeriesExcluded Property

Occurs after a chart has been bound to a Pivot Grid.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public PivotGridSeriesExcludedEventHandler PivotGridSeriesExcluded { get; set; }
vb
Public Property PivotGridSeriesExcluded As PivotGridSeriesExcludedEventHandler

Property Value

TypeDescription
PivotGridSeriesExcludedEventHandler

A PivotGridSeriesExcludedEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace