New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public PopupEditFormSettingsBase()

Methods

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

Properties

Defines the different buttons layout for horizontal alignment.

C#
[Parameter]
public FormButtonsLayout? ButtonsLayout { get; set; }
C#
public virtual RenderFragment<EditFormTemplateContextBase> ButtonsTemplate { get; set; }

Defines the columns of the edit form in the popup.

C#
[Parameter]
public int Columns { get; set; }

Defines the spacing between columns in form grid layout.

C#
[Parameter]
public string ColumnSpacing { get; set; }
C#
public virtual RenderFragment<EditFormTemplateContextBase> FormTemplate { get; set; }

Defines the orientation of the editform in the popup.

C#
[Parameter]
public FormOrientation Orientation { get; set; }