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