Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class PopupEditSettingsBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePopupEditSettingsBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public PopupEditSettingsBase()
Methods
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides:
Properties
Defines the CSS class that will be applied to the rendered popup of the component.
C#
[Parameter]
public string Class { get; set; }
Defines the maximum height of the popup.
C#
[Parameter]
public string MaxHeight { get; set; }
Defines the max width of the popup.
C#
[Parameter]
public string MaxWidth { get; set; }
Defines the minimum height of the popup.
C#
[Parameter]
public string MinHeight { get; set; }
Defines the min width of the popup.
C#
[Parameter]
public string MinWidth { get; set; }
Defines the title of the popup. By default, the title is configured through the localization.
C#
[Parameter]
public string Title { get; set; }