IMonthViewHeaderItemCustomizer Interface
The interface that should implement a class that modifies appearance settings of individual Month View header items.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public interface IMonthViewHeaderItemCustomizer
Related API Members
The following members return IMonthViewHeaderItemCustomizer objects:
Example
This example demonstrates how to use the month view header item style and its customizer to modify the appearance of header items.
<dxs:MonthView.HeaderItemStyle>
<dxs:MonthViewHeaderItemStyle BorderColor="#808080"
BorderThickness="2,0,0,2">
<dxs:MonthViewHeaderItemStyle.TodayWeekDayTextStyle>
<dxs:TextStyle Color="#ff8000" FontAttributes="Bold"/>
</dxs:MonthViewHeaderItemStyle.TodayWeekDayTextStyle>
<dxs:MonthViewHeaderItemStyle.Customizer>
<views:MonthViewHeaderItemCustomizer/>
</dxs:MonthViewHeaderItemStyle.Customizer>
</dxs:MonthViewHeaderItemStyle>
</dxs:MonthView.HeaderItemStyle>
Symbol | Description |
---|---|
Gets or sets appearance settings of header items. | |
The storage for the Month View’s header items appearance settings. | |
Gets or sets an object that customizes the appearance of an individual month view header item. | |
| The interface that should implement a class that modifies appearance settings of individual Month View header items. |
IMonthViewHeaderItemCustomizer.Customize(MonthViewHeaderItemViewModel) | Modifies appearance settings of an individual Month View header item. |
The storage for appearance settings values of an individual month view header item‘s representation. |