Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WebDocumentViewerMenuItem Properties
Show Inherited Hide Inherited

A menu item of the HTML5 Document Viewer.
Name Description
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Container Specifies the menu item container.
Disabled Specifies whether or not the command is disabled by default. Inherited from ClientControlsMenuItem.
HasSeparator Specifies whether or not the command has a visual separator. Inherited from ClientControlsMenuItem.
HotKey Provides access to the keyboard shortcut used to invoke the command. Inherited from ClientControlsMenuItem.
ImageClassName Specifies the CSS class of the command’s glyph. Inherited from ClientControlsMenuItem.
ImageTemplateName Inherited from ClientControlsMenuItem.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
JSClickAction Specifies the client-side action to be performed when the command is invoked. Inherited from ClientControlsMenuItem.
Text Specifies the text for the command. Inherited from ClientControlsMenuItem.
Visible Specifies whether or not the command is visible in the designer user interface. Inherited from ClientControlsMenuItem.
See Also