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 to this section

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

Declaration
public CellMenuToggleEventArgs()

Properties

ColumnLink to this section

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 to this section

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 to this section

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 🗙