ClassConditionalFormatterProperty
Contains the formatting properties to apply when some condition is met. (Used inside Conditional formatting form)
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class ConditionalFormatterProperty
Inheritance: objectConditionalFormatterProperty
Constructors
ConditionalFormatterProperty()
Declaration
public ConditionalFormatterProperty()
Properties
ApplyOnSelectedRows
Determines whether to apply this condition on selected rows.
Declaration
[Browsable(true)]
[Bindable(false)]
public bool ApplyOnSelectedRows { get; set; }
Property Value
CaseSensitive
Determines whether case-sensitive comparisons will be made when evaluating string values.
Declaration
[Browsable(true)]
[Bindable(false)]
public bool CaseSensitive { get; set; }
Property Value
CellBackColor
Gets or sets the background color to be used for the cell
Declaration
[Browsable(true)]
[Bindable(false)]
[TypeConverter(typeof(RadColorEditorConverter))]
public Color CellBackColor { get; set; }
Property Value
CellFont
Gets or sets the cell font.
Declaration
[Browsable(true)]
[Bindable(false)]
public Font CellFont { get; set; }
Property Value
CellForeColor
Gets or sets the foreground color to be used for the cell
Declaration
[Browsable(true)]
[Bindable(false)]
[TypeConverter(typeof(RadColorEditorConverter))]
public Color CellForeColor { get; set; }
Property Value
Enabled
Determines whether the condition is enabled (can be evaluated and applied).
Declaration
[Browsable(true)]
[Bindable(false)]
public bool Enabled { get; set; }
Property Value
RowBackColor
Gets or sets the background color to be used for the entire row
Declaration
[Browsable(true)]
[Bindable(false)]
[TypeConverter(typeof(RadColorEditorConverter))]
public Color RowBackColor { get; set; }
Property Value
RowFont
Gets or sets the font for the entire row.
Declaration
[Browsable(true)]
[Bindable(false)]
public Font RowFont { get; set; }
Property Value
RowForeColor
Gets or sets the foreground color to be used for the entire row
Declaration
[Browsable(true)]
[Bindable(false)]
[TypeConverter(typeof(RadColorEditorConverter))]
public Color RowForeColor { get; set; }
Property Value
RowTextAlignment
Gets or sets the alignment to be used for the cell values
Declaration
[Browsable(true)]
[Bindable(false)]
public ContentAlignment RowTextAlignment { get; set; }
Property Value
TextAlignment
Gets or sets the alignment to be used for the cell values
Declaration
[Browsable(true)]
[Bindable(false)]
public ContentAlignment TextAlignment { get; set; }
Property Value
Methods
CopyFrom(BaseFormattingObject)
Initializes from the provided conditional format instance.
Declaration
public void CopyFrom(BaseFormattingObject format)
Parameters
format
CopyTo(BaseFormattingObject)
Copies current settings to the provided conditional format instance.
Declaration
public void CopyTo(BaseFormattingObject format)
Parameters
format