dbicDate Send comments on this topic.
Column Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > HeaderColumnClickEventArgs Class : Column Property

The header column where the click took place

Syntax

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

Property Value

Integer

Remarks

The column is represented by a 0-based index value, in a range from 0-6. The index is relative to the current FirstDayOfWeek property setting.
If the weeks start on Sunday, then Sunday will be 0 and Saturday will be 6.
If the weeks start on Monday, then Monday will be 0 and Sunday will now be 6.

Requirements

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

See Also