ClassDialogBase
Class
Definition
Namespace:Telerik.Blazor.Components.Dialog
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class DialogBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDialogBase
Derived Classes:
Implements:
Inherited Members
Constructors
DialogBase()
Declaration
cs-api-definition
protected DialogBase()
Properties
ThemeColor
Defines the theme color of the Dialog 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