Class ArgumentInfoView
The class exposes information about function argument used in UI.
Inheritance
System.Object
ArgumentInfoView
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ArgumentInfoView : Object
Properties
Description
Gets the description of the argument.
Declaration
public string Description { get; }
Property Value
System. The description. |
Name
Gets the name of the argument.
Declaration
public string Name { get; }
Property Value
System. The name. |
Type
Gets the type of the argument.
Declaration
public ArgumentType Type { get; }
Property Value
Telerik. The type. |