Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class PopupEditFormSettingsBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePopupEditFormSettingsBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public PopupEditFormSettingsBase()
Methods
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides:
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; }