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

Sets the style of the control.

Syntax

Visual Basic (Declaration) 
Public Property ControlStyle As enumControlStyle
C# 
public enumControlStyle ControlStyle {get; set;}

Property Value

enumControlStyle

Remarks

By setting this property, the control will set font and color properties consistent with the enumControlStyle Enumeration. Once these properties are set they can be modified to further refine the style or you can skip setting this property and manually set colors and fonts to achieve the style you are looking for. Once this property has been set, it will then revert to default. Setting this property to default has no effect on the control.

Requirements

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

See Also