Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenFlexComponent

    A base class of row/col components.

    Inheritance
    System.Object
    RadzenComponent
    RadzenComponentWithChildren
    RadzenFlexComponent
    RadzenRow
    RadzenStack
    Implements
    IDisposable
    Inherited Members
    RadzenComponentWithChildren.ChildContent
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.GetComponentCssClass()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Dispose()
    RadzenComponent.CurrentStyle
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenFlexComponent : RadzenComponentWithChildren, IDisposable

    Properties

    AlignItems

    Gets or sets the items alignment.

    Declaration
    public AlignItems AlignItems { get; set; }
    Property Value
    Type Description
    AlignItems

    The items alignment.

    JustifyContent

    Gets or sets the content justify.

    Declaration
    public JustifyContent JustifyContent { get; set; }
    Property Value
    Type Description
    JustifyContent

    The content justify.

    Implements

    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT