Class PopupEditSettingsBase
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class PopupEditSettingsBase : ComponentBase, IDisposable
Constructors
PopupEditSettingsBase()
Declaration
public PopupEditSettingsBase()
Properties
Class
Defines the CSS class that will be applied to the rendered popup of the component.
Declaration
public string Class { get; set; }
Property Value
System.String
|
Height
Defines the height of the Popup.
Declaration
public string Height { get; set; }
Property Value
System.String
|
MaxHeight
Defines the maximum height of the popup.
Declaration
public string MaxHeight { get; set; }
Property Value
System.String
|
MaxWidth
Defines the max width of the popup.
Declaration
public string MaxWidth { get; set; }
Property Value
System.String
|
MinHeight
Defines the minimum height of the popup.
Declaration
public string MinHeight { get; set; }
Property Value
System.String
|
MinWidth
Defines the min width of the popup.
Declaration
public string MinWidth { get; set; }
Property Value
System.String
|
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
public string ThemeColor { get; set; }
Property Value
System.String
|
Title
Defines the title of the popup. By default, the title is configured through the localization.
Declaration
public string Title { get; set; }
Property Value
System.String
|
Width
Defines the width of the Popup. The default value is "auto", which will use the element width for the popup as well.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
Dispose()
Declaration
public void Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()