Class FunctionView
The class exposes information about function used in UI.
Inheritance
System.Object
FunctionView
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FunctionView : Object
Properties
FunctionInfo
Gets the function info.
Declaration
public FunctionInfoView FunctionInfo { get; }
Property Value
FunctionInfoView
The function info. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System.String
The name. |