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

Gets or sets the pattern used to paint the column seperators.

Syntax

Visual Basic (Declaration) 
Public Property ColumnSepFillType As enumFillType
C# 
public enumFillType ColumnSepFillType {get; set;}

Property Value

enumFillType

Remarks

The ColumnSepColor and ColumnSepColorTo properties are used to define the primary and secordary colors.

Requirements

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

See Also