[]
Represents a customizable item for RibbonGroup.
public class RibbonActionGroup
Name | Description |
---|---|
RibbonActionGroup(C1FlexViewer, RibbonGroup) | Initializes a new instance of a RibbonActionGroup. |
Name | Description |
---|---|
FlexViewer | Gets the owner C1FlexViewer. |
Image | Gets or sets the group image. |
KeyTip | Gets or sets the KeyTip text. |
RibbonGroup | Gets the associated RibbonGroup. |
Text | Gets or sets the group text. |
ToolTip | Gets or sets the tooltip text. |
Name | Description |
---|---|
ResetImage() | Resets the Image property to its default value. |
ResetKeyTip() | Resets the KeyTip property to its default value. |
ResetText() | Resets the Text property to its default value. |
ResetToolTip() | Resets the ToolTip property to its default value. |
ShouldSerializeImage() | Indicates whether the Image property should be serialized. |
ShouldSerializeKeyTip() | Indicates whether the KeyTip property should be serialized. |
ShouldSerializeText() | Indicates whether the Text property should be serialized. |
ShouldSerializeToolTip() | Indicates whether the ToolTip property should be serialized. |