Skip to main content
Tab

GridViewContextMenuItem(String) Constructor

Initializes a new instance of the GridViewContextMenuItem class with the specified text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewContextMenuItem(
    string text
)

Parameters

Name Type Description
text String

A String value that specifies the item text. Initializes the item’s MenuItem.Text property.

See Also