MindFusion WinForms Programmer's Guide
Item.SelectedStyle Property
See Also
 





Gets or sets the selected style associated with the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract Style SelectedStyle { get; set; }

Visual Basic  Copy Code

Public MustOverride Property SelectedStyle As Style

 Property Value

A Style object that defines the appearance of the item.

 Remarks

This style is applied to the item when it is selected.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace
Style Property
PointedStyle Property
PointedSelectedStyle Property