Version

DialogFactory Property

Returns/sets the ScheduleDialogFactoryBase derived class that supplies dialogs for the XamSchedule controls.
Syntax
'Declaration
 
Public Property DialogFactory As ScheduleDialogFactoryBase
public ScheduleDialogFactoryBase DialogFactory {get; set;}
Remarks

If this property is not set, the XamSchedule controls will use default the 'lightweight' dialogs contained in the XamSchedule assembly. If you want to use the 'heavyweight' versions of the dialogs which reference external controls (e.g., the XamRibbon control), then you should add a reference to the Schedule.Dialogs assembly to your project, and set this property to an instance of the ScheduleDialogFactory class defined in that assembly.

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