Interface ICalendarDateAttr
ICalendarDateAttr is a custom attributes for a Calendar date.
public interface ICalendarDateAttr : IDisposableObject, IDisposable
Properties
- BackgroundColor
Gets or sets the background color assigned for the calendar date.
- Border
Gets or sets the border assigned for the calendar date.
- BorderColor
Gets or sets the border color assigned for the calendar date.
- HasBackgroundColor
Gets a value indicating whether background color is assigned for the calendar date.
- HasBorder
Gets a value indicating whether border style is assigned for the calendar date.
- HasBorderColor
Gets a value indicating whether border color is assigned for the calendar date.
- HasFont
Gets a value indicating whether font is assigned for the calendar date.
- HasTextColor
Gets a value indicating whether text color is assigned for the calendar date.
- Immutable
Gets whether this object is immutable (properties are readonly).
- IsHoliday
Gets or sets a value indicating whether this calendar day is displayed as a holiday.
- TextColor
Gets or sets the text color assigned for the calendar date.