MindFusion.Wpf Pack Programmer's Guide
Item.DescriptionText Property
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public abstract string DescriptionText { get; set; }

Visual Basic  Copy Code

Public MustOverride Property DescriptionText As String

 Property Value

A string containing the description of this item.

 Remarks

All classes that derive from Item must implement this property. Controls such as Calendar display this text in the details area of an item visual representation.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace