PlannerTaskList Class

Definition

Caution

This control will be removed in a future release of the toolkit. Please use the new Graph controls at https://aka.ms/wgt

The PlannerTaskList Control displays a simple list of Planner tasks.

[System.Obsolete("This control will be removed in a future release of the toolkit. Please use the new Graph controls at https://aka.ms/wgt")]
[Windows.UI.Xaml.TemplatePart(Name="tasks", Type=typeof(Windows.UI.Xaml.Controls.ListView))]
[Windows.UI.Xaml.TemplatePart(Name="input", Type=typeof(Windows.UI.Xaml.Controls.TextBox))]
[Windows.UI.Xaml.TemplatePart(Name="add", Type=typeof(Windows.UI.Xaml.Controls.Button))]
[Windows.UI.Xaml.TemplateVisualState(GroupName="MobileVisualStateGroup", Name="Mobile")]
public class PlannerTaskList : Windows.UI.Xaml.Controls.Control
[<System.Obsolete("This control will be removed in a future release of the toolkit. Please use the new Graph controls at https://aka.ms/wgt")>]
[<Windows.UI.Xaml.TemplatePart(Name="tasks", Type=typeof(Windows.UI.Xaml.Controls.ListView))>]
[<Windows.UI.Xaml.TemplatePart(Name="input", Type=typeof(Windows.UI.Xaml.Controls.TextBox))>]
[<Windows.UI.Xaml.TemplatePart(Name="add", Type=typeof(Windows.UI.Xaml.Controls.Button))>]
[<Windows.UI.Xaml.TemplateVisualState(GroupName="MobileVisualStateGroup", Name="Mobile")>]
type PlannerTaskList = class
    inherit Control
Public Class PlannerTaskList
Inherits Control
Inheritance
Windows.UI.Xaml.Controls.Control
PlannerTaskList
Attributes
ObsoleteAttribute Windows.UI.Xaml.TemplatePartAttribute Windows.UI.Xaml.TemplateVisualStateAttribute

Constructors

PlannerTaskList()

Initializes a new instance of the PlannerTaskList class.

Fields

AllTasksLabelProperty

Identifies the AllTasksLabel dependency property.

ClosedTasksLabelProperty

Identifies the ClosedTasksLabel dependency property.

DeleteConfirmDialogMessageProperty

Identifies the DeleteConfirmDialogMessage dependency property.

DeleteConfirmDialogNoLabelProperty

Identifies the DeleteConfirmDialogNoLabel dependency property.

DeleteConfirmDialogYesLabelProperty

Identifies the DeleteConfirmDialogYesLabel dependency property.

DisplayBucketListProperty

Identifies the DisplayBucketList dependency property.

DisplayPlanListProperty

Identifies the DisplayPlanList dependency property.

PlanIdProperty

Identifies the PlanId dependency property.

Properties

AllTasksLabel

Gets or sets label of all tasks

ClosedTasksLabel

Gets or sets label of closed tasks

DeleteConfirmDialogMessage

Gets or sets message of delete confirm dialog

DeleteConfirmDialogNoLabel

Gets or sets label of No command of delete confirm dialog

DeleteConfirmDialogYesLabel

Gets or sets label of Yes command of delete confirm dialog

DisplayBucketList

Gets or sets a value indicating whether show bucket list or not

DisplayPlanList

Gets or sets a value indicating whether show plan list or not

PlanId

Gets or sets Id of Planner Plan to Display, this is optional

RequiredDelegatedPermissions

Gets required delegated permissions for the PlannerTaskList control

Methods

OnApplyTemplate() Windows.UI.Xaml.Controls.Control.OnApplyTemplate

Applies to