Version

DrawFilter Property (UltraSchedulePrintDocument)

Returns or sets an object implementing the Infragistics.Win.IUIElementDrawFilter interface. This object is invoked during the print operation to allow elements to be owner drawn.
Syntax
'Declaration
 
Public Property DrawFilter As Infragistics.Win.IUIElementDrawFilter
public Infragistics.Win.IUIElementDrawFilter DrawFilter {get; set;}
Remarks

Returns or sets the class used to owner draw sections of the print results. The Infragistics.Win.UltraControlBase.DrawFilter property of the controls created for the print operation will be initialized to this property’s value.

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