dbicCalendar Send comments on this topic.
MonthNames Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : MonthNames Property

Gets or sets the names of the months to display in the control.

Syntax

Visual Basic (Declaration) 
Public Property MonthNames As String()
C# 
public string[] MonthNames {get; set;}

Property Value

String array

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also