[]
Represents the conditional formatting rule that is used for painting before the text is painted.
public class PrePaintTextConditionalFormattingRule : ConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintTextConditionalFormattingRule, IPdfPrintableRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Class PrePaintTextConditionalFormattingRule
Inherits ConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintTextConditionalFormattingRule, IPdfPrintableRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
| Name | Description |
|---|---|
| PrePaintTextConditionalFormattingRule() | Initializes a new instance of the PrePaintTextConditionalFormattingRule class. |
| PrePaintTextConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the PrePaintTextConditionalFormattingRule class from serialization. |
| Name | Description |
|---|---|
| ShowConditionalFormatOnly | Gets or sets whether the cell text should not be painted. |
| Name | Description |
|---|---|
| GetAllRules() | Gets all rules. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |
| GetPreferredSize(Graphics, Size, Appearance, object, float, bool) | Gets the preferred (maximum required) size of the cell for the renderer control. |
| GetRuleEffectingInfo(Appearance, object, bool, bool, float) | Gets the information with the specified appearance settings if the conditional formatting rule is met. |
| PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float) | Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings if the conditional format rule is satisfied. |