Class
GridStackedLayoutColumn

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridStackedLayoutColumn : GridStackedLayoutChildBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseGridStackedLayoutChildBaseGridStackedLayoutColumn

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members GridStackedLayoutChildBase.SetParametersAsync(ParameterView)GridStackedLayoutChildBase.OnParametersSetAsync()GridStackedLayoutChildBase.OnAfterRender(bool)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)

Constructors

GridStackedLayoutColumn()

Declaration

cs-api-definition
public GridStackedLayoutColumn()

Properties

Width

Sets the width of this column in the stacked layout. Use CSS values like pixels ("100px"), percentages ("25%"), or flex units ("1fr"). Default value is "1fr" which distributes available space equally among columns.

Declaration

cs-api-definition
[Parameter]
public string Width { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public override void Dispose()

Overrides GridStackedLayoutChildBase.Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()