Initializes a new instance of the ScheduleDefinitionViewDocumentPaginator class.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public ScheduleDefinitionViewDocumentPaginator(
	ScheduleDefinitionView control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As ScheduleDefinitionView _
)

Parameters

control
Type: DlhSoft.Windows.Controls..::.ScheduleDefinitionView
The ScheduleDefinitionView control instance to paginate contents of.

See Also