Table of Contents

Class RadzenFlexComponent

Namespace
Radzen
Assembly
Radzen.Blazor.dll

A base class of row/col components.

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

Constructors

RadzenFlexComponent()

public RadzenFlexComponent()

Properties

AlignItems

Gets or sets the items alignment.

[Parameter]
public AlignItems AlignItems { get; set; }

Property Value

AlignItems

The items alignment.

JustifyContent

Gets or sets the content justify.

[Parameter]
public JustifyContent JustifyContent { get; set; }

Property Value

JustifyContent

The content justify.