A base class of row/col components.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponentWithChildren.ChildContent
RadzenComponent.GetComponentCssClass
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.BuildRenderTree
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class RadzenFlexComponent : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRenderA base class of row/col components.
public RadzenFlexComponent()Gets or sets the items alignment.
public AlignItems AlignItems { get; set; }
| Type | Description |
|---|---|
| AlignItems | Gets or sets the items alignment. |
Gets or sets the content justify.
public JustifyContent JustifyContent { get; set; }
| Type | Description |
|---|---|
| JustifyContent | Gets or sets the content justify. |