dbicDayView Send comments on this topic.
DayNames Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : DayNames Property

Gets or sets the day names in the control.

Syntax

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

Property Value

string array

Remarks

This property value is of type String(), indicating the day names in the control.

Requirements

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

See Also