[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitleStyleSelector.SelectStyle

SelectStyle Method

SelectStyle(WeekTitle)

Selects the style according the Conditions.

Declaration
public override Style SelectStyle(WeekTitle item)
Public Overrides Function SelectStyle(item As WeekTitle) As Style
Parameters
Type Name Description
WeekTitle item

The item to check conditions.

Returns
Type Description
Style

A Style which contains the setters of the met conditions.

Overrides