[]
Allows to customize ribbon items displayed in C1FlexViewer.
public class BaseActionElement
| Name | Description |
|---|---|
| BaseActionElement(C1FlexViewer, RibbonItem, FlexViewerAction, bool, bool) | Initializes a new instance of a BaseActionElement. |
| Name | Description |
|---|---|
| Action | Gets the associated preview action. |
| Enabled | Gets or sets whether the element can be enabled. |
| FlexViewer | Gets the owner C1FlexViewer. |
| ForMinimizedRibbon | Gets a value indicating if the item should appear only when the Ribbon is minimized. |
| RibbonItem | Gets the associated RibbonItem. |
| ToolTip | Gets or sets the tooltip text. |
| Visible | Gets or sets whether the element can be shown. |
| Name | Description |
|---|---|
| ResetToolTip() | Resets the ToolTip property to its default value. |
| ResetVisible() | Resets the Visible property to its default value. |
| ShouldSerializeToolTip() | Indicates whether the ToolTip property should be serialized. |
| ShouldSerializeVisible() | Indicates whether the Visible property should be serialized. |