FrameItemBase Class

Represents a base class for frame items in a spreadsheet.

Inheritance

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.BuildRenderTree

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public abstract class FrameItemBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

FrameItemBaselink

Represents a base class for frame items in a spreadsheet.

Declaration
protected FrameItemBase()

Properties

Bottomlink

Gets or sets a value indicating whether the frame item is positioned at the bottom of the spreadsheet.

Declaration
public bool Bottom { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the frame item is positioned at the bottom of the spreadsheet.

Classlink

Gets the CSS class for the frame item.

Declaration
protected string Class { get; }
Property Value
Type Description
stringGets the CSS class for the frame item.

Contextlink

Gets or sets the context for the virtual grid that contains the frame item.

Declaration
public Spreadsheet.IVirtualGridContext Context { get; set; }
Property Value
Type Description
Spreadsheet.IVirtualGridContextGets or sets the context for the virtual grid that contains the frame item.

FrozenColumnlink

Gets or sets a value indicating whether the frame item is frozen in the column direction.

Declaration
public bool FrozenColumn { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the frame item is frozen in the column direction.

FrozenRowlink

Gets or sets a value indicating whether the frame item is frozen in the row direction.

Declaration
public bool FrozenRow { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the frame item is frozen in the row direction.

Leftlink

Gets or sets a value indicating whether the frame item is positioned on the left side of the spreadsheet.

Declaration
public bool Left { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the frame item is positioned on the left side of the spreadsheet.

Rangelink

Gets or sets the range reference that defines the area of the frame item in the spreadsheet.

Declaration
public Documents.Spreadsheet.RangeRef Range { get; set; }
Property Value
Type Description
Documents.Spreadsheet.RangeRefGets or sets the range reference that defines the area of the frame item in the spreadsheet.

Rightlink

Gets or sets a value indicating whether the frame item is positioned on the right side of the spreadsheet.

Declaration
public bool Right { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the frame item is positioned on the right side of the spreadsheet.

Stylelink

Gets the style for the frame item, including its position and dimensions.

Declaration
protected string Style { get; }
Property Value
Type Description
stringGets the style for the frame item, including its position and dimensions.

Toplink

Gets or sets a value indicating whether the frame item is positioned at the top of the spreadsheet.

Declaration
public bool Top { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the frame item is positioned at the top of the spreadsheet.

Worksheetlink

Gets or sets the sheet that contains the frame item.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetGets or sets the sheet that contains the frame item.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙