ClassPopupEditFormSettingsBase
Class
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:
Implements:
Inherited Members
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
ButtonsTemplate
Declaration
cs-api-definition
public virtual RenderFragment<EditFormTemplateContextBase> ButtonsTemplate { get; set; }
Property Value
ColumnSpacing
Defines the spacing between columns in form grid layout.
Declaration
cs-api-definition
[Parameter]
public string ColumnSpacing { get; set; }
Property Value
Columns
Defines the columns of the edit form in the popup.
FormTemplate
Declaration
cs-api-definition
public virtual RenderFragment<EditFormTemplateContextBase> FormTemplate { get; set; }
Property Value
Orientation
Defines the orientation of the editform in the popup.
Declaration
cs-api-definition
[Parameter]
public FormOrientation Orientation { get; set; }
Property Value
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides