Class
PopupEditSettingsBase

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PopupEditSettingsBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBasePopupEditSettingsBase

Derived Classes: GanttPopupEditSettingsGridPopupEditSettingsSchedulerPopupEditSettingsTreeListPopupEditSettings

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

PopupEditSettingsBase()

Declaration

cs-api-definition
public PopupEditSettingsBase()

Properties

Class

Defines the CSS class that will be applied to the rendered popup of the component.

Declaration

cs-api-definition
[Parameter]
public string Class { get; set; }

Property Value

string

Height

Defines the height of the Popup.

Declaration

cs-api-definition
[Parameter]
public string Height { get; set; }

Property Value

string

MaxHeight

Defines the maximum height of the popup.

Declaration

cs-api-definition
[Parameter]
public string MaxHeight { get; set; }

Property Value

string

MaxWidth

Defines the max width of the popup.

Declaration

cs-api-definition
[Parameter]
public string MaxWidth { get; set; }

Property Value

string

MinHeight

Defines the minimum height of the popup.

Declaration

cs-api-definition
[Parameter]
public string MinHeight { get; set; }

Property Value

string

MinWidth

Defines the min width of the popup.

Declaration

cs-api-definition
[Parameter]
public string MinWidth { get; set; }

Property Value

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

cs-api-definition
[Parameter]
public string ThemeColor { get; set; }

Property Value

string

Title

Defines the title of the popup. By default, the title is configured through the localization.

Declaration

cs-api-definition
[Parameter]
public string Title { get; set; }

Property Value

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

cs-api-definition
[Parameter]
public string Width { get; set; }

Property Value

string

Methods

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()