Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / WeekTitleStyleSelector Class / SelectStyle Method
The item to check conditions.


In This Topic
    SelectStyle Method (WeekTitleStyleSelector)
    In This Topic
    Selects the style according the Conditions.
    Syntax
    'Declaration
     
    Public Overrides Function SelectStyle( _
       ByVal item As WeekTitle _
    ) As Style
    'Usage
     
    Dim instance As WeekTitleStyleSelector
    Dim item As WeekTitle
    Dim value As Style
     
    value = instance.SelectStyle(item)
    public override Style SelectStyle( 
       WeekTitle item
    )

    Parameters

    item
    The item to check conditions.

    Return Value

    A System.Windows.Style which contains the setters of the met conditions.
    See Also