IPivotTableField.AreaChanged Property
Specifies whether the field’s Area
property value changes.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
EventCallback<PivotTableArea> AreaChanged { get; set; }
Property Value
Type | Description |
---|---|
EventCallback<PivotTableArea> | A delegate method that specifies whether the Area property value is changed. |
Remarks
Refer to the AreaChanged event description for more information and an example.
See Also