[Missing <summary> documentation for T:OrgChart.Core.Items.EditItem]
| C# | Visual Basic | Visual C++ |
public class EditItem : BaseChartItemSettings
Public Class EditItem _ Inherits BaseChartItemSettings
public ref class EditItem : public BaseChartItemSettings
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EditItem()()() | Initializes a new instance of the EditItem class | |
| ApplyBackgroundImage(WebControl) |
Applies the current background image to the webcontrol
sets the hieght, width to match that of the image
(Inherited from BaseChartItemSettings.) | |
| BorderStyle |
Gets or sets the images style
(Inherited from BaseChartItemSettings.) | |
| Colour |
The colour of the background image
(Inherited from BaseChartItemSettings.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HtmlTemplate |
HTML that makes up the light-weight cell template.
(Inherited from BaseChartItemSettings.)Templates can be any valid HTML and use a simple data binding syntax to allow page developers to bind chart data to the template. For example the string <b>{name}<b/> will display the field name in bold text. | |
| ImageUrl |
User defined Url to image that will be used as the background.
(Inherited from BaseChartItemSettings.) | |
| ItemStyle |
The System.Web.UI.WebControls.Style object that is applied to the Node
(Inherited from BaseChartItemSettings.) | |
| ItemType |
The OrgChart Item type reprepresented by this chart Item
(Inherited from BaseChartItemSettings.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ShowBackgroundImage |
Show or hide a background image
(Inherited from BaseChartItemSettings.) | |
| Size |
Gets or Sets the Image size
(Inherited from BaseChartItemSettings.) | |
| Template |
Gets or Sets the template used to draw this Chart Item. This template is usually set by the Visual Studio IDE
(Inherited from BaseChartItemSettings.) | |
| ToolTip | (Inherited from BaseChartItemSettings.) | |
| ToString()()() | (Inherited from Object.) | |
| WebUserControl |
Path to WebUserControl used to draw chart nodes.
(Inherited from BaseChartItemSettings.)WebControls must imlement the IOrganisationChartUserControl interface |
| Object | ||
| BaseChartItemSettings | ||
| EditItem | ||