RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridContextMenuItem Constructor

Initializes a new instance of the DataEntryGridContextMenuItem class.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public DataEntryGridContextMenuItem(
	string header,
	ICommand command
)
Public Sub New ( _
	header As String, _
	command As ICommand _
)
public:
DataEntryGridContextMenuItem(
	String^ header, 
	ICommand^ command
)

Parameters

header
Type: String
The header.
command
Type: ICommand
The command.