[]
Represents the event data for FetchGroupText events in the Spread component.
public class FetchGroupTextEventArgs : EventArgs
Public Class FetchGroupTextEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| FetchGroupTextEventArgs(Group, string) | Creates a new set of FetchGroupText event arguments. |
| Name | Description |
|---|---|
| Group | Gets the Group object associated with the group header being created. |
| Text | Gets or sets the text to be displayed in the group header. |