menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportingGridEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportingGridEventArgs

    Represents the class that provides the event data while the exporting event occurs.

    Inheritance
    System.Object
    System.EventArgs
    ExportingGridEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Grid.Olap.Converter
    Assembly: Syncfusion.OlapGridConverter.WPF.dll
    Syntax
    public class ExportingGridEventArgs : EventArgs

    Constructors

    ExportingGridEventArgs()

    Declaration
    public ExportingGridEventArgs()

    Properties

    Document

    Gets or sets the document.

    Declaration
    public object Document { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved