Skip to main content
Tab

ASPxGridViewContextMenuItemVisibilityEventArgs.SetVisible(GridViewContextMenuItem, Boolean) Method

Allows you to set the visibility of a particular item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void SetVisible(
    GridViewContextMenuItem item,
    bool visible
)

Parameters

Name Type Description
item GridViewContextMenuItem

A GridViewContextMenuItem object that is the processed item.

visible Boolean

true to display the item; false to hide it.

See Also