Class CaptionFormatEventArgs
Inheritance
System.Object
System.EventArgs
CaptionFormatEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class CaptionFormatEventArgs : EventArgs
Constructors
CaptionFormatEventArgs()
Declaration
public CaptionFormatEventArgs()
Properties
Context
Declaration
public GroupResult Context { get; set; }
Property Value
Type | Description |
---|---|
Syncfusion.Linq.GroupResult |
GroupCaptionTemplate
Declaration
public string GroupCaptionTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupedColum
Declaration
public Column GroupedColum { get; set; }
Property Value
Type | Description |
---|---|
Column |