| Visual Basic (Declaration) | |
|---|---|
Public Property Column As Integer | |
| C# | |
|---|---|
public int Column {get; set;} | |
Property Value
IntegerThis property will indicate which column the appointment will be added. A value of 0 represents the first column.
| dbicDayView | Send comments on this topic. |
| Column Property | |
| See Also | |
|
| dbicDayView Assembly > Dbi.WinControl.DayView Namespace > BeforeAppointmentAddEventArgs Class : Column Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Column As Integer | |
| C# | |
|---|---|
public int Column {get; set;} | |