ClassExpressionFormattingObject
Contains information about the expression and the formatting properties to apply.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class ExpressionFormattingObject : BaseFormattingObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChangingEx, IEquatable<BaseFormattingObject>
Inheritance: objectBaseFormattingObjectExpressionFormattingObject
Implements:
Inherited Members
Constructors
ExpressionFormattingObject()
Creates a new instance of the ConditionalFormattingObject class.
Declaration
public ExpressionFormattingObject()
ExpressionFormattingObject(string, string, bool)
Creates a new instance of the ConditionalFormattingObject class.
Properties
Expression
Gets or sets the expression of the object.
Methods
Clone()
Creates a new object that is a copy of the current instance.
Copy(BaseFormattingObject)
Copies the source's settings to this instance.
Declaration
public override void Copy(BaseFormattingObject source)
Parameters
source
Overrides
Evaluate(GridViewRowInfo, GridViewColumn)
Evaluates the expression of the formatting object.
Declaration
public override bool Evaluate(GridViewRowInfo row, GridViewColumn column)
Parameters
row
RadGridView row.
column
RadGridView column.
Returns
Returns true if the formatting object should apply.
Overrides