Gets a command for viewing the details of the day that is represented.

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

Syntax

C#
public ICommand ViewDetailsCommand { get; }
Visual Basic
Public ReadOnly Property ViewDetailsCommand As ICommand
	Get
Visual C++
public:
property ICommand^ ViewDetailsCommand {
	ICommand^ get ();
}

See Also