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

Determines which arrow indicator was clicked on.

Syntax

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

Property Value

This value is of type Integer, indicating if the top or bottom arrow indicator was clicked on.

A value of 0 represents the top arrow, and a value of 1 represents the bottom arrow.

Requirements

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

See Also