[]
Represents the event data for the PreviewRowFetch event for the Spread component, which occurs for formatting the preview row content.
public class PreviewRowFetchEventArgs : EventArgs
Public Class PreviewRowFetchEventArgs
Inherits EventArgs
Name | Description |
---|---|
PreviewRowFetchEventArgs(SpreadView, int, string) | Initializes a new instance of the PreviewRowFetchEventArgs class. |
Name | Description |
---|---|
PreviewRowContent | Gets or sets the content of the preview row. |
Row | Gets the row index that the preview row belongs to. |
View | Gets the view that contains the preview row. |