[]
Gets or sets a condition handler that generates an actual AppearanceStyleInfo object.
public virtual DynamicCellStyleConditionHandler ConditionHandler { get; set; }
Public Overridable Property ConditionHandler As DynamicCellStyleConditionHandler
Type | Description |
---|---|
DynamicCellStyleConditionHandler | A DynamicCellStyleConditionHandler delegate that returns an actual AppearanceStyleInfo object. |
You can attach the ConditionHandler event handling method, and return a AppearanceStyleInfo with the given DynamicStyleInfoContext.