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

Gets or sets the style which controls how the appointments are selected and displayed.

Syntax

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

Property Value

enumSelectedAppStyle

Remarks

This setting also controls how all appointments are displayed within the control including rounded borders (Vista style only), the outline border when selected and how the internal drag/drop is initiated.

Requirements

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

See Also