ExportFormatItem Members
In This Article
#Constructors
Name | Description |
---|---|
Export |
Initializes a new instance of the Export |
#Properties
Name | Description |
---|---|
Adaptive |
Specifies the order in which items are hidden when the browser window is resized.
Inherited from Toolbar |
Adaptive |
Specifies the item’s text that is displayed when the item is hidden in the adaptive drop-down menu.
Inherited from Toolbar |
Begin |
Specifies whether the item is the start of a new item group.
Inherited from Toolbar |
Checked |
Specifies whether the item is checked.
Inherited from Toolbar |
Child |
Specifies the segment of the UI to render as a Render |
Click |
Specifies the Click event handler.
Inherited from Toolbar |
Css |
Specifies the CSS class applied to the toolbar item.
Inherited from Toolbar |
Format | Specifies the format in which the document is exported when the user clicks the toolbar item. |
Get |
Specifies a function that determines whether the item is enabled.
Inherited from Toolbar |
Icon |
Specifies an item icon’s CSS class.
Inherited from Toolbar |
Id |
Gets or sets the item identifier.
Inherited from Toolbar |
Items |
Specifies a collection of the current item’s child items.
Inherited from Toolbar |
Name |
Specifies the item’s name. The property is not in use.
Inherited from Toolbar |
Split |
Specifies whether an item’s drop-down button is split into two buttons.
Inherited from Toolbar |
Template |
Specifies the template to display an item’s content.
Inherited from Toolbar |
Template |
Specifies the name of the template used to display an item’s content.
Inherited from Toolbar |
Text |
Specifies the item’s text.
Inherited from Toolbar |
Visible |
Specifies whether an item is visible.
Inherited from Toolbar |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also