ClassDialogBase
Definition
Namespace:Telerik.Blazor.Components.Dialog
Assembly:Telerik.Blazor.dll
Syntax:
public abstract class DialogBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDialogBase
Derived Classes:
Implements:
Inherited Members
Constructors
DialogBase()
Declaration
protected DialogBase()
Properties
ThemeColor
Sets the theme color for the dialog title bar, affecting its background and text colors. Accepts theme color names like "primary", "secondary", "success", "info", "warning", "error". Default value is empty string, using the default theme header styling. THEMING: Color names correspond to CSS custom properties in the active Telerik theme. BRANDING: Use to match dialog headers with your application's color scheme. CONTRAST: Ensure adequate color contrast for accessibility when using custom colors. Example: "primary", "secondary", "success", "warning", "error".
Declaration
[Parameter]
public string ThemeColor { get; set; }
Property Value