Search
Item.Details Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract string Details { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Details 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