Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenColumn

    RadzenColumn component.

    Inheritance
    System.Object
    RadzenComponent
    RadzenComponentWithChildren
    RadzenColumn
    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.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 RadzenColumn : RadzenComponentWithChildren, IDisposable

    Properties

    Offset

    Gets or sets the offset.

    Declaration
    public int? Offset { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The offset.

    OffsetLG

    Gets or sets the LG offset.

    Declaration
    public int? OffsetLG { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The LG offset.

    OffsetMD

    Gets or sets the MD offset.

    Declaration
    public int? OffsetMD { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The MD offset.

    OffsetSM

    Gets or sets the SM offset.

    Declaration
    public int? OffsetSM { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The SM offset.

    OffsetXL

    Gets or sets the XL offset.

    Declaration
    public int? OffsetXL { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The XL offset.

    OffsetXS

    Gets or sets the XS offset.

    Declaration
    public int? OffsetXS { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The XS offset.

    OffsetXX

    Gets or sets the XX offset.

    Declaration
    public int? OffsetXX { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The XX offset.

    Order

    Gets or sets the order.

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

    The order.

    OrderLG

    Gets or sets the LG order.

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

    The LG order.

    OrderMD

    Gets or sets the MD order.

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

    The MD order.

    OrderSM

    Gets or sets the SM order.

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

    The SM order.

    OrderXL

    Gets or sets the XL order.

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

    The XL order.

    OrderXS

    Gets or sets the XS order.

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

    The XS order.

    OrderXX

    Gets or sets the XX order.

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

    The XX order.

    Size

    Gets or sets the size.

    Declaration
    public int? Size { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The size.

    SizeLG

    Gets or sets the LG size.

    Declaration
    public int? SizeLG { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The LG size.

    SizeMD

    Gets or sets the MD size.

    Declaration
    public int? SizeMD { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The MD size.

    SizeSM

    Gets or sets the SM size.

    Declaration
    public int? SizeSM { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The SM size.

    SizeXL

    Gets or sets the XL size.

    Declaration
    public int? SizeXL { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The XL size.

    SizeXS

    Gets or sets the XS size.

    Declaration
    public int? SizeXS { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The XS size.

    SizeXX

    Gets or sets the XX size.

    Declaration
    public int? SizeXX { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The XX size.

    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