Gets or sets the DayViewStyle. This is a dependency property.

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

Syntax

C#
public Style DayViewStyle { get; set; }
Visual Basic
Public Property DayViewStyle As Style
	Get
	Set
Visual C++
public:
property Style^ DayViewStyle {
	Style^ get ();
	void set (Style^ value);
}

Remarks

Dependency Property Information
Identifier fieldDayViewStyleProperty
Metadata properties set to trueNone

See Also