VirtualDataItem Class

Represents a virtual data item in a virtual grid, which can be a cell in the grid.

Inheritance

Object

Spreadsheet.VirtualItem

Spreadsheet.VirtualDataItem

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class VirtualDataItem : Spreadsheet.VirtualItem

Constructors

VirtualDataItemlink

Represents a virtual data item in a virtual grid, which can be a cell in the grid.

Declaration
public VirtualDataItem()

Properties

Columnlink

Gets or sets the column index of the virtual data item.

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

FrozenStatelink

Gets or sets the frozen state of the virtual data item, indicating whether it is frozen in the row or column direction.

Declaration
public Spreadsheet.FrozenState FrozenState { get; set; }
Property Value
Type Description
Spreadsheet.FrozenStateGets or sets the frozen state of the virtual data item, indicating whether it is frozen in the row or column direction.

Rowlink

Gets or sets the row index of the virtual data item.

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