Class DefinedName
Inheritance
System.Object
DefinedName
Assembly: Syncfusion.EJ2.dll
Syntax
public class DefinedName : EJTagHelper
Constructors
DefinedName()
Declaration
Properties
Specifies comment for the defined name.
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Name
Specifies name for the defined name, which can be used in formula.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
RefersTo
Specifies reference for the defined name.
Declaration
public string RefersTo { get; set; }
Property Value
Type |
Description |
System.String |
|
Scope
Specifies scope for the defined name.
Declaration
public string Scope { get; set; }
Property Value
Type |
Description |
System.String |
|