[]
Represents the event data for the Expand event for the Spread component, which occurs when the hierarchy display is being expanded (showing child sheet views).
public class ExpandEventArgs : CancelEventArgs
Public Class ExpandEventArgs
Inherits CancelEventArgs
Name | Description |
---|---|
ExpandEventArgs(SpreadView, bool, int) | Creates a new object with the Expand event arguments. |
Name | Description |
---|---|
Expand | Gets whether the row is going to be expanded. |
Row | Gets the row to expand or collapse. |
View | Gets the view that contains the row to be expanded or collapsed. |