Class RadzenColumn
RadzenColumn component.
Implements
Inherited Members
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
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 |