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

Gets or sets column where the appointment will be added.

Syntax

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

Property Value

Integer

Remarks

This property will indicate which column the appointment will be added.  A value of 0 represents the first column.

Requirements

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

See Also