[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector

WeekTitleStyleSelector Property

WeekTitleStyleSelector

Gets or sets the WeekTitleStyleSelector, use it to change appearance of WeekTitle according to condition. This is a dependency property.

Declaration
[TypeConverter(typeof(TypeConverter))]
public WeekTitleStyleSelector WeekTitleStyleSelector { get; set; }
<TypeConverter(GetType(TypeConverter))>
Public Property WeekTitleStyleSelector As WeekTitleStyleSelector
Remarks

WeekTitleStyleSelector is a simple implementation from bass class, to provide simple way to change appearance(some properties) of WeekTitle according to some pre-defined conditions. If this interface can't satisfy user's complex requirement, user is able to use template customization to instead.

Examples

The following xaml demonstrates how to change appearance of WeekTitle and CalendarDayButton through WeekTitleStyleSelector and CalendarDayButtonStyleSelector in xaml.