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

Gets or sets the width of the column seperators.

Syntax

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

Property Value

Integer

Remarks

The columns seperators are placed at the left side of each column.

The task bar of an appointment will be painted on top of the column seperators.

Requirements

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

See Also