Represents the event arguments for cell menu toggle events in a spreadsheet.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class CellMenuToggleEventArgsRepresents the event arguments for cell menu toggle events in a spreadsheet.
public CellMenuToggleEventArgs()Gets or sets the column index of the cell.
public int Column { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the column index of the cell. |
Gets or sets the element reference of the toggle button.
public ElementReference Element { get; set; }
| Type | Description |
|---|---|
| ElementReference | Gets or sets the element reference of the toggle button. |
Gets or sets the row index of the cell.
public int Row { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the row index of the cell. |