Class GroupingGridExportPreviewRowQueryInfoEventArgs
Provides data about the QueryExportPreviewRowInfo event.
Inheritance
System.Object
GroupingGridExportPreviewRowQueryInfoEventArgs
Inherited Members
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.GroupingGridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public sealed class GroupingGridExportPreviewRowQueryInfoEventArgs
Constructors
GroupingGridExportPreviewRowQueryInfoEventArgs(Element, GridStyleInfo)
Initializes a new instance of the
Declaration
public GroupingGridExportPreviewRowQueryInfoEventArgs(Element el, GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
Element | el | Element to export. |
GridStyleInfo | style | Style Object. |
Properties
Element
Gets the element to export.
Declaration
public Element Element { get; }
Property Value
Type |
---|
Element |
Handled
Gets or sets a value indicating whether the event has been handled and no further processing of this event should happen.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Result
Gets or sets a value indicating whether preview row should be exported.
Declaration
public bool Result { get; set; }
Property Value
Type |
---|
System.Boolean |
Style
Gets the grid cell style.
Declaration
public GridStyleInfo Style { get; }
Property Value
Type |
---|
GridStyleInfo |