[]
        
(Showing Draft Content)

C1.Win.FlexViewer.BaseActionElement

BaseActionElement Class

Allows to customize ribbon items displayed in C1FlexViewer.

Namespace: C1.Win.FlexViewer
Assembly: C1.Win.FlexViewer.4.8.dll
Syntax
public class BaseActionElement

Constructors

Name Description
BaseActionElement(C1FlexViewer, RibbonItem, FlexViewerAction, bool, bool)

Initializes a new instance of a BaseActionElement.

Properties

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.

Methods

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.