PocketPlanner Programmer's Guide

Calendar.DataSource Property

See Also

Gets or sets the data source associated with the control.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Object DataSource { get; set; }

Visual Basic

Public Property DataSource As Object

 Property Value

An Object representing the data source.

 See Also