New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public PopupEditSettingsBase()

Methods

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

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 height of the Popup.

C#
[Parameter]
public string Height { 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; }

Defines the width of the Popup. The default value is "auto", which will use the element width for the popup as well.

C#
[Parameter]
public string Width { get; set; }