ArgumentInfoView
Class
The class exposes information about function argument used in UI.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class ArgumentInfoView
Inheritance: objectArgumentInfoView
Properties
Gets the description of the argument.
C#
public string Description { get; }
The description.
Gets the type of the argument.
C#
public ArgumentType Type { get; }
The type.