[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButtonStyleSelector.SelectStyle

SelectStyle Method

SelectStyle(CalendarDayButton)

Selects the style according the Conditions.

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

The item to check conditions.

Returns
Type Description
Style

A Style which contains the setters of the met conditions.

Overrides