Gets a full name of a month currently represented by calendar taking into account current culture.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public string MonthFullName { get; }
Visual Basic (Declaration)
Public ReadOnly Property MonthFullName As String
	Get

Remarks

This is a dependency property.

See Also