Class ToolTipElement
Inheritance
System.Object
ToolTipElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Web.Mvc.Html
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public class ToolTipElement
Constructors
ToolTipElement()
Declaration
public ToolTipElement()
ToolTipElement(String, String)
Declaration
public ToolTipElement(string label, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | label | |
| System.String | value |
Properties
Label
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()