Displays task data using a customizable Gantt Chart based on ItemsControl control.
The GanttChartView..::.DocumentPaginator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GanttChartView..::.DocumentPaginator |
Initializes a new instance of the DocumentPaginator class.
|
Methods
| Name | Description | |
|---|---|---|
| CancelAsync | (Inherited from DocumentPaginator.) | |
| ComputePageCount | (Inherited from DocumentPaginator.) | |
| ComputePageCountAsync | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetPage |
Gets the DocumentPage for the specified page number.
(Overrides DocumentPaginator..::.GetPage(Int32).) | |
| GetPageAsync | Overloaded. | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnComputePageCountCompleted | (Inherited from DocumentPaginator.) | |
| OnGetPageCompleted | (Inherited from DocumentPaginator.) | |
| OnPagesChanged | (Inherited from DocumentPaginator.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Control |
Gets GanttChartView control instance to paginate contents of.
| |
| IsPageCountValid |
Gets a value indicating whether PageCount is the total number of pages.
(Overrides DocumentPaginator..::.IsPageCountValid.) | |
| PageCount |
Gets a count of the number of pages currently formatted.
(Overrides DocumentPaginator..::.PageCount.) | |
| PageSize |
Gets or sets the suggested width and height of each page.
(Overrides DocumentPaginator..::.PageSize.) | |
| Source |
Gets the element being paginated.
(Overrides DocumentPaginator..::.Source.) |
Events
| Name | Description | |
|---|---|---|
| ComputePageCountCompleted | (Inherited from DocumentPaginator.) | |
| GetPageCompleted | (Inherited from DocumentPaginator.) | |
| PagesChanged | (Inherited from DocumentPaginator.) |