menu

WPF

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

    Show / Hide Table of Contents

    Class ExportingGridModelToExcelEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ExportingGridModelToExcelEventArgs
    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.Controls.Grid.Converter
    Assembly: Syncfusion.GridConverter.Wpf.dll
    Syntax
    public class ExportingGridModelToExcelEventArgs : EventArgs

    Constructors

    ExportingGridModelToExcelEventArgs(Boolean)

    Declaration
    public ExportingGridModelToExcelEventArgs(bool handled)
    Parameters
    Type Name Description
    System.Boolean handled

    Fields

    shouldShowExcelExpander

    Declaration
    public bool shouldShowExcelExpander
    Field Value
    Type
    System.Boolean

    shouldShowNestedIndent

    Declaration
    public bool shouldShowNestedIndent
    Field Value
    Type
    System.Boolean

    Properties

    ExcluedColumns

    Declaration
    public List<string> ExcluedColumns { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.String>

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    ShouldShowExcelExpander

    Declaration
    public bool ShouldShowExcelExpander { get; set; }
    Property Value
    Type
    System.Boolean

    ShouldShowNestedIndent

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