Class ExportingGridModelToExcelEventArgs
Inheritance
System.Object
ExportingGridModelToExcelEventArgs
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
shouldShowNestedIndent
Declaration
public bool shouldShowNestedIndent
Field Value
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
ShouldShowExcelExpander
Declaration
public bool ShouldShowExcelExpander { get; set; }
Property Value
ShouldShowNestedIndent
Declaration
public bool ShouldShowNestedIndent { get; set; }
Property Value