ClassPopupEditSettingsBase
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class PopupEditSettingsBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePopupEditSettingsBase
Derived Classes:
Implements:
Inherited Members
Constructors
PopupEditSettingsBase()
Declaration
public PopupEditSettingsBase()
Properties
Class
Defines the CSS class that will be applied to the rendered popup of the component.
Height
Defines the height of the Popup.
MaxHeight
Defines the maximum height of the popup.
Declaration
[Parameter]
public string MaxHeight { get; set; }
Property Value
MaxWidth
Defines the max width of the popup.
Declaration
[Parameter]
public string MaxWidth { get; set; }
Property Value
MinHeight
Defines the minimum height of the popup.
Declaration
[Parameter]
public string MinHeight { get; set; }
Property Value
MinWidth
Defines the min width of the popup.
Declaration
[Parameter]
public string MinWidth { get; set; }
Property Value
ThemeColor
Defines the theme color of the popup titlebar. The default value is string.Empty and the titlebar has the theme's header style.
Declaration
[Parameter]
public string ThemeColor { get; set; }
Property Value
Title
Defines the title of the popup. By default, the title is configured through the localization.
Methods
Dispose()
Declaration
public void Dispose()
Implements
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides