[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DynamicStyleInfo.ConditionHandler

ConditionHandler Property

ConditionHandler

Gets or sets a condition handler that generates an actual AppearanceStyleInfo object.

Declaration
public virtual DynamicCellStyleConditionHandler ConditionHandler { get; set; }
Public Overridable Property ConditionHandler As DynamicCellStyleConditionHandler
Property Value
Type Description
DynamicCellStyleConditionHandler

A DynamicCellStyleConditionHandler delegate that returns an actual AppearanceStyleInfo object.

Remarks

You can attach the ConditionHandler event handling method, and return a AppearanceStyleInfo with the given DynamicStyleInfoContext.

See Also