Gets display information for the SchedulerElement.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public SchedulerElementDisplayState ElementState { get; }
Visual Basic
Public ReadOnly Property ElementState As SchedulerElementDisplayState
	Get
Visual C++
public:
property SchedulerElementDisplayState ElementState {
	SchedulerElementDisplayState get ();
}

See Also