Class GridQueryCaptionTextEventArgs
Provides data about the QueryCaptionText event.
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)
Namespace: Syncfusion.GroupingGridExcelConverter
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public sealed class GridQueryCaptionTextEventArgs : SyncfusionEventArgs
Constructors
GridQueryCaptionTextEventArgs(CaptionRow, String)
Initializes a new GridQueryCaptionTextEventArgs class.
Declaration
public GridQueryCaptionTextEventArgs(CaptionRow caption, string text)
Parameters
| Type | Name | Description |
|---|---|---|
| CaptionRow | caption | The CaptionRow to be exported. |
| System.String | text | The text to be displayed in CaptionRow. |
Properties
Caption
Gets the CaptionRow.
Declaration
public CaptionRow Caption { get; }
Property Value
| Type |
|---|
| CaptionRow |
Text
Gets or sets the string that will be exported for the CaptionRow.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |