Class PopupEditFormSettingsBase
Inheritance
System.Object
PopupEditFormSettingsBase
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class PopupEditFormSettingsBase : ComponentBase, IDisposable
Constructors
PopupEditFormSettingsBase()
Declaration
public PopupEditFormSettingsBase()
Properties
ButtonsLayout
Defines the different buttons layout for horizontal alignment.
Declaration
public Nullable<FormButtonsLayout> ButtonsLayout { get; set; }
Property Value
System.Nullable<FormButtonsLayout>
|
Columns
Defines the columns of the edit form in the popup.
Declaration
public int Columns { get; set; }
Property Value
System.Int32
|
ColumnSpacing
Defines the spacing between columns in form grid layout.
Declaration
public string ColumnSpacing { get; set; }
Property Value
System.String
|
Orientation
Defines the orientation of the editform in the popup.
Declaration
public FormOrientation Orientation { get; set; }
Property Value
FormOrientation
|
Methods
Dispose()
Declaration
public void Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()