Class
PopupEditFormSettingsBase

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PopupEditFormSettingsBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBasePopupEditFormSettingsBase

Derived Classes: GanttPopupEditFormSettingsGridPopupEditFormSettingsSchedulerPopupEditFormSettingsTreeListPopupEditFormSettings

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

PopupEditFormSettingsBase()

Declaration

cs-api-definition
public PopupEditFormSettingsBase()

Properties

ButtonsLayout

Defines the different buttons layout for horizontal alignment.

Declaration

cs-api-definition
[Parameter]
public FormButtonsLayout? ButtonsLayout { get; set; }

Property Value

FormButtonsLayout?

ButtonsTemplate

Declaration

cs-api-definition
public virtual RenderFragment<EditFormTemplateContextBase> ButtonsTemplate { get; set; }

Property Value

RenderFragment<EditFormTemplateContextBase>

ColumnSpacing

Defines the spacing between columns in form grid layout.

Declaration

cs-api-definition
[Parameter]
public string ColumnSpacing { get; set; }

Property Value

string

Columns

Defines the columns of the edit form in the popup.

Declaration

cs-api-definition
[Parameter]
public int Columns { get; set; }

Property Value

int

FormTemplate

Declaration

cs-api-definition
public virtual RenderFragment<EditFormTemplateContextBase> FormTemplate { get; set; }

Property Value

RenderFragment<EditFormTemplateContextBase>

Orientation

Defines the orientation of the editform in the popup.

Declaration

cs-api-definition
[Parameter]
public FormOrientation Orientation { get; set; }

Property Value

FormOrientation

Methods

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()