CellMenuToggleEventArgs Class

Represents the event arguments for cell menu toggle events in a spreadsheet.

Inheritance

Object

Spreadsheet.CellMenuToggleEventArgs

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class CellMenuToggleEventArgs

Constructors

CellMenuToggleEventArgslink

Represents the event arguments for cell menu toggle events in a spreadsheet.

Declaration
public CellMenuToggleEventArgs()

Properties

Columnlink

Gets or sets the column index of the cell.

Declaration
public int Column { get; set; }
Property Value
Type Description
intGets or sets the column index of the cell.

Elementlink

Gets or sets the element reference of the toggle button.

Declaration
public ElementReference Element { get; set; }
Property Value
Type Description
ElementReferenceGets or sets the element reference of the toggle button.

Rowlink

Gets or sets the row index of the cell.

Declaration
public int Row { get; set; }
Property Value
Type Description
intGets or sets the row index of the cell.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙