Enum ContextMenuTarget
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ContextMenuTarget
Fields
| Name | Description |
|---|---|
| Content | Content is clicked. |
| EditForm | Edit is clicked. |
| Header | Header is clicked. |
| None | Default. |
| Pager | Pager is clicked. |