Represents a base class for frame items in a spreadsheet.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public abstract class FrameItemBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRepresents a base class for frame items in a spreadsheet.
protected FrameItemBase()Gets or sets a value indicating whether the frame item is positioned at the bottom of the spreadsheet.
public bool Bottom { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the frame item is positioned at the bottom of the spreadsheet. |
Gets the CSS class for the frame item.
protected string Class { get; }
| Type | Description |
|---|---|
| string | Gets the CSS class for the frame item. |
Gets or sets the context for the virtual grid that contains the frame item.
public Spreadsheet.IVirtualGridContext Context { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.IVirtualGridContext | Gets or sets the context for the virtual grid that contains the frame item. |
Gets or sets a value indicating whether the frame item is frozen in the column direction.
public bool FrozenColumn { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the frame item is frozen in the column direction. |
Gets or sets a value indicating whether the frame item is frozen in the row direction.
public bool FrozenRow { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the frame item is frozen in the row direction. |
Gets or sets a value indicating whether the frame item is positioned on the left side of the spreadsheet.
public bool Left { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the frame item is positioned on the left side of the spreadsheet. |
Gets or sets the range reference that defines the area of the frame item in the spreadsheet.
public Documents.Spreadsheet.RangeRef Range { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.RangeRef | Gets or sets the range reference that defines the area of the frame item in the spreadsheet. |
Gets or sets a value indicating whether the frame item is positioned on the right side of the spreadsheet.
public bool Right { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the frame item is positioned on the right side of the spreadsheet. |
Gets the style for the frame item, including its position and dimensions.
protected string Style { get; }
| Type | Description |
|---|---|
| string | Gets the style for the frame item, including its position and dimensions. |
Gets or sets a value indicating whether the frame item is positioned at the top of the spreadsheet.
public bool Top { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the frame item is positioned at the top of the spreadsheet. |
Gets or sets the sheet that contains the frame item.
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | Gets or sets the sheet that contains the frame item. |