Version

CalendarResourceId Enumeration

An enum that is used to identify certain resources, e.g. brushes, used by elements within the visual tree of CalendarBase derived controls
Syntax
'Declaration
 
Public Enum CalendarResourceId 
   Inherits System.Enum
public enum CalendarResourceId : System.Enum 
Members
MemberDescription
CalendarBackgroundBrushThe background brush of the navigator control
CalendarDayStyleThe style used for Infragistics.Controls.Editors.Primitives.CalendarDays
CalendarItemStyleThe style used for Infragistics.Controls.Editors.Primitives.CalendarItems
DayOfWeekBackgroundBrushThe background brush of a day of week header
DayOfWeekForegroundBrushThe foreground brush of a day of week header
DayOfWeekSeparatorBrushThe brush used for the separator between the day week header and the days
DisabledDayOfWeekBackgroundBrushThe background brush of a day of week header when the control is disabled
DisabledDayOfWeekForegroundBrushThe foreground brush of a day of week header when the control is disabled
DisabledGroupTitleBackgroundBrushThe background brush of an item group title when the control is disabled
DisabledGroupTitleForegroundBrushThe foreground brush of an item group title when the control is disabled
DisabledItemBackgroundBrushThe background brush of an item when it is disabled
DisabledItemForegroundBrushThe foreground brush of an item when it is disabled
DisabledWeekNumberBackgroundBrushThe background brush of the week number when the control is disabled
DisabledWeekNumberForegroundBrushThe foreground brush of the week number when the control is disabled
FocusRectBrushThe brush used for the focus rectangle in the item/day.
GroupTitleBackgroundBrushThe background brush of an item group title
GroupTitleForegroundBrushThe foreground brush of an item group title
ItemBackgroundBrushThe background brush of an item
ItemBorderBrushThe border brush of an item
ItemCorderRadiusThe corner radius of an item
ItemForegroundBrushThe foreground brush of an item
ItemInnerBorderBrushThe inner border brush of an item
LeadingOrTrailingItemBackgroundBrushThe background brush of an item that is before or after the months being displayed.
LeadingOrTrailingItemForegroundBrushThe foreground brush of an item that is before or after the months being displayed.
LeadingOrTrailingMouseOverItemForegroundBrushThe foreground brush of the item under the mouse that is before or after the months being displayed.
LeadingOrTrailingSelectedFocusedItemBackgroundBrushThe foreground brush of a selected focused item that is before or after the months being displayed.
LeadingOrTrailingSelectedFocusedItemForegroundBrushThe foreground brush of a selected focused item that is before or after the months being displayed.
LeadingOrTrailingSelectedItemBackgroundBrushThe foreground brush of a selected item that is before or after the months being displayed.
LeadingOrTrailingSelectedItemForegroundBrushThe foreground brush of a selected item that is before or after the months being displayed.
LeadingOrTrailingTodayBackgroundBrushThe background brush of the item representing Today when it is before or after the months being displayed.
LeadingOrTrailingTodayForegroundBrushThe foreground brush of the item representing Today when it is before or after the months being displayed.
LeadingOrTrailingTodaySelectedFocusedItemBackgroundBrushThe background brush of a selected focused item that represents today that is before or after the months being displayed.
LeadingOrTrailingTodaySelectedFocusedItemForegroundBrushThe foreground brush of a selected focused item representing today that is before or after the months being displayed.
LeadingOrTrailingTodaySelectedItemBackgroundBrushThe background brush of a selected item that represents today that is before or after the months being displayed.
LeadingOrTrailingTodaySelectedItemForegroundBrushThe foreground brush of a selected item representing today that is before or after the months being displayed.
MouseOverGroupTitleBackgroundBrushThe background brush of an item group title when the mouse is over it.
MouseOverGroupTitleForegroundBrushThe foreground brush of an item group title when the mouse is over it.
MouseOverItemBackgroundBrushThe background brush of an item when the mouse is over it.
MouseOverItemBorderBrushThe border brush of an item when the mouse is over it.
MouseOverItemForegroundBrushThe foreground brush of an item when the mouse is over it.
MouseOverItemInnerBorderBrushThe inner border brush of an item when the mouse is over it.
ScrollNextRepeatButtonStyleThe style used for the RepeatButton that will navigate forward.
ScrollPreviousRepeatButtonStyleThe style used for the RepeatButton that will navigate backward.
SelectedFocusedItemBackgroundBrushThe background brush of an item when it is selected
SelectedFocusedItemBorderBrushThe border brush of an item when it is selected and focused
SelectedFocusedItemForegroundBrushThe foreground brush of an item when it is selected and focused
SelectedFocusedItemInnerBorderBrushThe inner border brush of an item when it is selected and focused
SelectedItemBackgroundBrushThe background brush of an item when it is selected and focused
SelectedItemBorderBrushThe border brush of an item when it is selected
SelectedItemForegroundBrushThe foreground brush of an item when it is selected
SelectedItemInnerBorderBrushThe inner border brush of an item when it is selected
TodayBackgroundBrushThe background brush of the item representing today.
TodayBorderBrushThe border brush of the item representing today.
TodayButtonStyleThe style used for the Button that will navigate to today.
TodayForegroundBrushThe foreground brush of the item representing today.
TodayInnerBorderBrushThe inner border brush of the item representing today.
TodaySelectedFocusedItemBackgroundBrushThe background brush of a selected focused item that represents today.
TodaySelectedFocusedItemForegroundBrushThe foreground brush of a selected focused item that represents today.
TodaySelectedItemBackgroundBrushThe background brush of a selected item that represents today.
TodaySelectedItemForegroundBrushThe foreground brush of a selected item that represents today.
WeekNumberBackgroundBrushThe background brush of the week number
WeekNumberForegroundBrushThe foreground brush of the week number
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also