Represents a virtual item in a virtual grid.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public abstract class VirtualItemGets or sets the pixel rectangle that defines the area occupied by the virtual item in the grid.
public Spreadsheet.PixelRectangle Rect { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.PixelRectangle | Gets or sets the pixel rectangle that defines the area occupied by the virtual item in the grid. |