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

Gets or sets the vertical offset value used to calculate the height of the selected area in a date in the control.

Syntax

Visual Basic (Declaration) 
Public Property SelectedOffset As Integer
C# 
public int SelectedOffset {get; set;}

Property Value

Integer

Remarks

This property is only applied when SelectedType Property is equal to Date.

Requirements

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

See Also