Version

ScheduleErrorDisplayType Enumeration

An enumeration used to indicate the type of ui containing the error information that will be displayed to the end user.
Syntax
'Declaration
 
Public Enum ScheduleErrorDisplayType 
   Inherits System.Enum
public enum ScheduleErrorDisplayType : System.Enum 
Members
MemberDescription
ActivityErrorIconBy default an error icon is displayed within the associated Infragistics.Controls.Schedules.Primitives.ActivityPresenter and in its associated ToolTip.
BlockingErrorSets the ScheduleControlBase.BlockingError of the controls associated with the XamScheduleDataManager. The default ControlTemplate for the view controls will display an overlay including the error message.
MessageBoxA message box will be displayed to the end user.
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