Skip to main content
All docs
V25.2
  • IContextMenuItem Members

    A context menu item in the Rich Text Editor, Grid, or TreeList.

    Properties

    Name Description
    BeginGroup Specifies whether to display the group separator before the item.
    Click Specifies the item’s Click event handler.
    CssClass Assigns a CSS class to the item.
    Enabled Specifies whether a context menu item is enabled.
    IconCssClass Specifies the CSS class of the item’s icon.
    IconUrl Specifies the URL of the item’s icon.
    Items Returns a collection of nested items.
    Name Specifies the context menu item name.
    Text Specifies context menu item text.
    Visible Specifies whether the context menu item is visible.
    See Also