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