Class ContextMenuItemModel
Defines the context menu item model.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ContextMenuItemModel : ColumnMenuItemModel
Constructors
ContextMenuItemModel()
Declaration
public ContextMenuItemModel()
Properties
Target
Define the target to show the menu item.
Declaration
public string Target { get; set; }
Property Value
Type |
---|
System.String |