Class DialogBase
Inherited Members
Namespace: Telerik.Blazor.Components.Dialog
Assembly: Telerik.Blazor.dll
Syntax
public abstract class DialogBase : BaseComponent, IDisposable
Constructors
DialogBase()
Declaration
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
public string ThemeColor { get; set; }
Property Value
System.String
|