Class OpenEventArgs
Provides information about the in Opened
event callback.
Inheritance
System.Object
OpenEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class OpenEventArgs : Object
Constructors
OpenEventArgs()
Declaration
public OpenEventArgs()
Properties
Element
Gets or sets a value that indicates the color picker popup element.
Declaration
public ElementReference Element { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference | An instance of the Microsoft.AspNetCore.Components.ElementReference class that represents the color picker popup element. |