Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / WeekTitleStyleSelector Class / Conditions Property


In This Topic
    Conditions Property (WeekTitleStyleSelector)
    In This Topic
    Gets a collection of SelectorCondition objects. A new System.Windows.Style is selected when all the conditions are checked, and the setters of the conditions which are met, will be applied to the selected System.Windows.Style.
    Syntax
    'Declaration
     
    Public ReadOnly Property Conditions As ConditionCollection
    'Usage
     
    Dim instance As WeekTitleStyleSelector
    Dim value As ConditionCollection
     
    value = instance.Conditions
    public ConditionCollection Conditions {get;}

    Property Value

    The conditions.
    See Also