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

Gets or sets the secondary color used to paint the column seperators.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ColumnSepColorTo As Color
C# 
public virtual Color ColumnSepColorTo {get; set;}

Property Value

Color

Remarks

This color is only displayed when the ColumnSepFillType property is not equal to Solid.  The primary color is defined by the ColumnSepColor property.

Requirements

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

See Also