Class
ArgumentInfoView

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

string

The description.

Name

Gets the name of the argument.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name.

Type

Gets the type of the argument.

Declaration

cs-api-definition
public ArgumentType Type { get; }

Property Value

ArgumentType

The type.

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