Class UnsupportedBorderStyleEventArgs
This event args provides the necessary information about the unsupported border style click
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class UnsupportedBorderStyleEventArgs
Constructors
UnsupportedBorderStyleEventArgs()
Declaration
public UnsupportedBorderStyleEventArgs()
Properties
AlertMessage
Customization of the message when an unsupported border style is selected
Declaration
public string AlertMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accept the string value |
Cancel
Specifies whether the event is handled or not.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|