Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / ConditionHandler Property


In This Topic
    ConditionHandler Property
    In This Topic
    Gets or sets a condition handler that generates an actual AppearanceStyleInfo object.
    Syntax
    'Declaration
     
    
    Public Overridable Property ConditionHandler As DynamicCellStyleConditionHandler
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As DynamicCellStyleConditionHandler
     
    instance.ConditionHandler = value
     
    value = instance.ConditionHandler
    public virtual DynamicCellStyleConditionHandler ConditionHandler {get; set;}

    Property Value

    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