New to Telerik UI for WinFormsStart a free 30-day trial

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; }
Property Value:

The description.

Gets the name of the argument.

C#
public string Name { get; }
Property Value:

The name.

Gets the type of the argument.

C#
public ArgumentType Type { get; }
Property Value:

The type.

In this article
DefinitionPropertiesDescriptionNameType
Not finding the help you need?
Contact Support