Table of Contents

Class BOBGridItem

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll
[GenerateComponentInfo]
public class BOBGridItem : BOBComponentBase
Inheritance
object
ComponentBase
BOBGridItem
Inherited Members

Constructors

BOBGridItem()

public BOBGridItem()

Properties

AlignSelf

AlignSelf.

[Parameter]
public GridAlignSelf? AlignSelf { get; set; }

Property Value

GridAlignSelf?

Auto

Auto.

[Parameter]
public bool Auto { get; set; }

Property Value

bool

ChildContent

Content rendered inside the component.

[Parameter]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

HideLg

When true, the Lg is hidden.

[Parameter]
public bool HideLg { get; set; }

Property Value

bool

HideMd

When true, the Md is hidden.

[Parameter]
public bool HideMd { get; set; }

Property Value

bool

HideSm

When true, the Sm is hidden.

[Parameter]
public bool HideSm { get; set; }

Property Value

bool

HideXl

When true, the Xl is hidden.

[Parameter]
public bool HideXl { get; set; }

Property Value

bool

HideXs

When true, the Xs is hidden.

[Parameter]
public bool HideXs { get; set; }

Property Value

bool

Lg

Lg.

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

Property Value

int?

M

M.

[Parameter]
public string? M { get; set; }

Property Value

string

Mb

Mb.

[Parameter]
public string? Mb { get; set; }

Property Value

string

Md

Md.

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

Property Value

int?

Ml

Ml.

[Parameter]
public string? Ml { get; set; }

Property Value

string

Mr

Mr.

[Parameter]
public string? Mr { get; set; }

Property Value

string

Mt

Mt.

[Parameter]
public string? Mt { get; set; }

Property Value

string

Mx

Mx.

[Parameter]
public string? Mx { get; set; }

Property Value

string

My

My.

[Parameter]
public string? My { get; set; }

Property Value

string

Offset

Offset.

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

Property Value

int?

OffsetLg

OffsetLg.

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

Property Value

int?

OffsetMd

OffsetMd.

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

Property Value

int?

OffsetSm

OffsetSm.

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

Property Value

int?

OffsetXl

OffsetXl.

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

Property Value

int?

OffsetXs

OffsetXs.

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

Property Value

int?

Order

Order.

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

Property Value

int?

OrderLg

OrderLg.

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

Property Value

int?

OrderMd

OrderMd.

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

Property Value

int?

OrderSm

OrderSm.

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

Property Value

int?

OrderXl

OrderXl.

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

Property Value

int?

OrderXs

OrderXs.

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

Property Value

int?

P

P.

[Parameter]
public string? P { get; set; }

Property Value

string

Pb

Pb.

[Parameter]
public string? Pb { get; set; }

Property Value

string

Pl

Pl.

[Parameter]
public string? Pl { get; set; }

Property Value

string

Pr

Pr.

[Parameter]
public string? Pr { get; set; }

Property Value

string

Pt

Pt.

[Parameter]
public string? Pt { get; set; }

Property Value

string

Px

Px.

[Parameter]
public string? Px { get; set; }

Property Value

string

Py

Py.

[Parameter]
public string? Py { get; set; }

Property Value

string

ShowLg

When true, the Lg is shown.

[Parameter]
public bool ShowLg { get; set; }

Property Value

bool

ShowMd

When true, the Md is shown.

[Parameter]
public bool ShowMd { get; set; }

Property Value

bool

ShowSm

When true, the Sm is shown.

[Parameter]
public bool ShowSm { get; set; }

Property Value

bool

ShowXl

When true, the Xl is shown.

[Parameter]
public bool ShowXl { get; set; }

Property Value

bool

ShowXs

When true, the Xs is shown.

[Parameter]
public bool ShowXs { get; set; }

Property Value

bool

Sm

Sm.

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

Property Value

int?

Span

Span.

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

Property Value

int?

Xl

Xl.

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

Property Value

int?

Xs

Xs.

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

Property Value

int?

Methods

BuildComponentCssVariables(Dictionary<string, string>)

Override this method in derived components to add custom CSS variables. These will be merged with the standard behavior CSS variables. This method is called from BOBComponentAttributesBuilder during the style building process.

public override void BuildComponentCssVariables(Dictionary<string, string> cssVariables)

Parameters

cssVariables Dictionary<string, string>

Dictionary to add CSS variables to

BuildComponentDataAttributes(Dictionary<string, object>)

Override this method to add component-specific data attributes. Called during attribute building process.

public override void BuildComponentDataAttributes(Dictionary<string, object> dataAttributes)

Parameters

dataAttributes Dictionary<string, object>

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder