Class ArgumentInfoView
The class exposes information about function argument used in UI.
Inheritance
System.Object
ArgumentInfoView
Inherited Members
System.Object.ToString()
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: Telerik.WinForms.Controls.Spreadsheet
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ArgumentInfoView
Properties
Description
Gets the description of the argument.
Declaration
public string Description { get; }
Property Value
System.String
The description. |
Name
Gets the name of the argument.
Declaration
public string Name { get; }
Property Value
System.String
The name. |
Type
Gets the type of the argument.
Declaration
public ArgumentType Type { get; }
Property Value
ArgumentType
The type. |