Table of Contents

Class RadzenColumn

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenColumn component.

public class RadzenColumn : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenColumn
Implements
Inherited Members

Constructors

RadzenColumn()

public RadzenColumn()

Properties

Offset

Gets or sets the offset.

[Parameter]
public int? Offset { get; set; }

Property Value

int?

The offset.

OffsetLG

Gets or sets the LG offset.

[Parameter]
public int? OffsetLG { get; set; }

Property Value

int?

The LG offset.

OffsetMD

Gets or sets the MD offset.

[Parameter]
public int? OffsetMD { get; set; }

Property Value

int?

The MD offset.

OffsetSM

Gets or sets the SM offset.

[Parameter]
public int? OffsetSM { get; set; }

Property Value

int?

The SM offset.

OffsetXL

Gets or sets the XL offset.

[Parameter]
public int? OffsetXL { get; set; }

Property Value

int?

The XL offset.

OffsetXS

Gets or sets the XS offset.

[Parameter]
public int? OffsetXS { get; set; }

Property Value

int?

The XS offset.

OffsetXX

Gets or sets the XX offset.

[Parameter]
public int? OffsetXX { get; set; }

Property Value

int?

The XX offset.

Order

Gets or sets the order.

[Parameter]
public string Order { get; set; }

Property Value

string

The order.

OrderLG

Gets or sets the LG order.

[Parameter]
public string OrderLG { get; set; }

Property Value

string

The LG order.

OrderMD

Gets or sets the MD order.

[Parameter]
public string OrderMD { get; set; }

Property Value

string

The MD order.

OrderSM

Gets or sets the SM order.

[Parameter]
public string OrderSM { get; set; }

Property Value

string

The SM order.

OrderXL

Gets or sets the XL order.

[Parameter]
public string OrderXL { get; set; }

Property Value

string

The XL order.

OrderXS

Gets or sets the XS order.

[Parameter]
public string OrderXS { get; set; }

Property Value

string

The XS order.

OrderXX

Gets or sets the XX order.

[Parameter]
public string OrderXX { get; set; }

Property Value

string

The XX order.

Size

Gets or sets the size.

[Parameter]
public int? Size { get; set; }

Property Value

int?

The size.

SizeLG

Gets or sets the LG size.

[Parameter]
public int? SizeLG { get; set; }

Property Value

int?

The LG size.

SizeMD

Gets or sets the MD size.

[Parameter]
public int? SizeMD { get; set; }

Property Value

int?

The MD size.

SizeSM

Gets or sets the SM size.

[Parameter]
public int? SizeSM { get; set; }

Property Value

int?

The SM size.

SizeXL

Gets or sets the XL size.

[Parameter]
public int? SizeXL { get; set; }

Property Value

int?

The XL size.

SizeXS

Gets or sets the XS size.

[Parameter]
public int? SizeXS { get; set; }

Property Value

int?

The XS size.

SizeXX

Gets or sets the XX size.

[Parameter]
public int? SizeXX { get; set; }

Property Value

int?

The XX size.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

GetComponentCssClass()

protected override string GetComponentCssClass()

Returns

string

GetComponentStyle()

Gets the component CSS style.

protected string GetComponentStyle()

Returns

string

GetStyle()

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

protected string GetStyle()

Returns

string