Class BeforeOpenEventArgs
Provides information about an OnOpen event being triggered.
Inheritance
System.Object
BeforeOpenEventArgs
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeOpenEventArgs : Object
Constructors
BeforeOpenEventArgs()
Declaration
public BeforeOpenEventArgs()
Properties
Cancel
Gets or sets whether the current action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
Container
Gets the container element of the dialog.
Declaration
public DOM Container { get; set; }
Property Value
Type | Description |
---|---|
DOM |
Element
Gets the element of the dialog.
Declaration
public DOM Element { get; set; }
Property Value
Type | Description |
---|---|
DOM |
MaxHeight
Gets or sets the value that overrides the dialog's maximum height.
Declaration
public string MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |