Skip to main content
All docs
V26.1
  • IPivotTableField.AreaChanged Property

    Specifies whether the field’s Area property value changes.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v26.1.dll

    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 additional information and an example.

    See Also