Class FunctionView
The class exposes information about function used in UI.
Inheritance
System.Object
FunctionView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FunctionView
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. |