Version

ShouldHighlightDay Method

Returns true if the day element should be highlighted
Syntax
'Declaration
 
Protected Friend Overrides Function ShouldHighlightDay( _
   ByVal dayElement As Infragistics.Controls.Editors.Primitives.CalendarDay _
) As Boolean
protected internal override bool ShouldHighlightDay( 
   Infragistics.Controls.Editors.Primitives.CalendarDay dayElement
)

Parameters

dayElement

Return Value

True to highlight the day.
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

Reference

XamDateNavigator Class
XamDateNavigator Members
Infragistics.Controls.Editors.Primitives.CalendarDay
Infragistics.Controls.Editors.Primitives.CalendarItem.IsHighlighted