Class OpenEventArgs
Interface for open event.
Inheritance
System.Object
OpenEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class OpenEventArgs : Object
Constructors
OpenEventArgs()
Declaration
public OpenEventArgs()
Properties
Element
Specifies the color picker popup element.
Declaration
public ElementReference Element { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |