Version

ResolveDayOfWeekHeaderAppearance(UltraScheduleControlRoleBase,DayOfWeekEnum,AppearanceData,AppearancePropFlags) Method

Resolves the appearance for a DayOfWeek header.
Syntax
'Declaration
 
Public Overloads Sub ResolveDayOfWeekHeaderAppearance( _
   ByVal componentRole As UltraScheduleControlRoleBase, _
   ByVal dayOfWeek As DayOfWeekEnum, _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedPropFlags As Infragistics.Win.AppearancePropFlags _
) 
public void ResolveDayOfWeekHeaderAppearance( 
   UltraScheduleControlRoleBase componentRole,
   DayOfWeekEnum dayOfWeek,
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedPropFlags
)

Parameters

componentRole
The Infragistics.Win.AppStyling.UltraControlRole-derived instance which provides the application styling information for the associated UltraScheduleControlBase-derived control for which the appearance is being resolved.
dayOfWeek
Day of the week to resolve.
appearance
The appearance structure to initialize
requestedPropFlags
The properties that are needed
Remarks

The resolution for the appearance of a specific day of week header goes through a staged process using the most specific Infragistics.Win.AppearanceBase information and working back through the least specific Appearance settings.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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