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

Gets or sets the one-based column number of the selected time.

Syntax

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

Property Value

This value is of type Integer, indicate the one-based column number of the selected time.

If the MultipleSelect property is set to true, only the column which was first selected will be passed into the event.

Requirements

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

See Also