Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenRow

    RadzenCard component.

    Inheritance
    System.Object
    RadzenComponent
    RadzenComponentWithChildren
    RadzenFlexComponent
    RadzenRow
    Implements
    IDisposable
    Inherited Members
    RadzenFlexComponent.JustifyContent
    RadzenFlexComponent.AlignItems
    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.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.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenRow : RadzenFlexComponent, IDisposable

    Properties

    Gap

    Gets or sets the gap.

    Declaration
    public string Gap { get; set; }
    Property Value
    Type Description
    System.String

    The gap.

    RowGap

    Gets or sets the row gap.

    Declaration
    public string RowGap { get; set; }
    Property Value
    Type Description
    System.String

    The row gap.

    Methods

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    System.String
    Overrides
    RadzenComponent.GetComponentCssClass()

    GetComponentStyle()

    Gets the component CSS style.

    Declaration
    protected string GetComponentStyle()
    Returns
    Type Description
    System.String

    GetStyle()

    Gets the final CSS style rendered by the component. Combines it with a style custom attribute.

    Declaration
    protected string GetStyle()
    Returns
    Type Description
    System.String

    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