Class BeforeQuickToolbarOpenArgs
Provides information about an OnQuickToolbarOpen event being raised.
Inheritance
System.Object
BeforeQuickToolbarOpenArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class BeforeQuickToolbarOpenArgs : Object
Constructors
BeforeQuickToolbarOpenArgs()
Declaration
public BeforeQuickToolbarOpenArgs()
Properties
Cancel
Gets or sets whether the quick toolbar open action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PositionX
Gets or sets the horizontal position of the quick toolbar.
Declaration
public int PositionX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts the int value. |
PositionY
Gets or sets the vertical position of the quick toolbar.
Declaration
public int PositionY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts the int value. |