Class MenuOpeningEventArgs
The type of the event arguments of the Menu
Inheritance
System.Object
MenuOpeningEventArgs
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class MenuOpeningEventArgs : CancelEventArgs
csharp
Properties
IsInEditMode
Flag used to determine if the dashboard or visualization opening a menu is currently in edit mode.
Declaration
public bool IsInEditMode { get; }
csharp
Property Value
Type | Description |
---|---|
System. |
MenuItems
Collection of menu items that are used to display a popup menu over the dashboard or visualization.
Declaration
public List<RVMenuItemBase> MenuItems { get; }
csharp
Property Value
Type | Description |
---|---|
System. |
MenuLocation
Location where the menu was requested to show, either from the dashboard or visualization.
Declaration
public RVMenuLocation MenuLocation { get; }
csharp
Property Value
Type | Description |
---|---|
RVMenu |
Visualization
The visualization opening a menu
Declaration
public RVVisualization Visualization { get; set; }
csharp
Property Value
Type | Description |
---|---|
RVVisualization |