Class ExpressionItem
Inheritance
System.Object
ExpressionItem
Inherited Members
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.Data.Expressions
Assembly: Telerik.WinControls.dll
Syntax
public class ExpressionItem
Constructors
ExpressionItem()
Declaration
public ExpressionItem()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Syntax
Declaration
public string Syntax { get; set; }
Property Value
System.String
|
Type
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()