PocketPlanner Programmer's Guide

Item.HeaderText Property

See Also

Gets or sets the header text displayed for this item by scheduling controls.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public abstract string HeaderText { get; set; }

Visual Basic

Public MustOverride Property HeaderText As String

 Property Value

A string specifying the item's header text.

 Remarks

Calendar views display this value in the header area of the box that represents an item.

 See Also