Class ExportingGridEventArgs
Provides event data for theExportingGridEventHandler event.
Inheritance
System.Object
ExportingGridEventArgs
Namespace: Syncfusion.UI.Xaml.PivotGridConverter
Assembly: Syncfusion.SfPivotGridConverter.UWP.dll
Syntax
public class ExportingGridEventArgs : EventArgs
Constructors
ExportingGridEventArgs()
Declaration
public ExportingGridEventArgs()
Properties
Document
Gets or sets the document to which the grid is going to export.
Declaration
public object Document { get; set; }
Property Value
Type |
---|
System.Object |