Skip to main content
All docs
V23.2

WebCustomExportFieldValueEventArgs(VisualBrick, PivotFieldValueItem, WebPrintAppearanceObject, Rectangle) Constructor

Initializes a new instance of the WebCustomExportFieldValueEventArgs class with specified settings.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public WebCustomExportFieldValueEventArgs(
    VisualBrick brick,
    PivotFieldValueItem fieldValueItem,
    WebPrintAppearanceObject appearance,
    Rectangle rect
)

Parameters

Name Type
brick VisualBrick
fieldValueItem DevExpress.XtraPivotGrid.Data.PivotFieldValueItem
appearance DevExpress.PivotGrid.Printing.WebPrintAppearanceObject
rect Rectangle
See Also